GoDiagram Web Reference
FindShared Method (GoXmlWriter)

Find an identifier associated with an object that can be referenced.
Syntax
'Declaration
 
Public Function FindShared( _
   ByVal obj As Object _
) As String
public string FindShared( 
   object obj
)

Parameters

obj

Return Value

a string if the object is present; null otherwise or if obj is null
Remarks
Call MakeShared to add an object to this writer's table of shared objects.
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

GoXmlWriter Class
GoXmlWriter Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback