GoDiagram Web Reference
FindShared Method (GoXmlReader)

a String
Look up a shared object in a hashtable by identifier.
Syntax
'Declaration
 
Public Function FindShared( _
   ByVal key As String _
) As Object
public object FindShared( 
   string key
)

Parameters

key
a String

Return Value

an object, or null if not found or if key is null
Remarks
If key is null, this method returns null.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoXmlReader Class
GoXmlReader Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback