GoDiagram Web Reference
MakeShared Method (GoXmlWriter)

Add an object to the table of shared objects.
Syntax
'Declaration
 
Public Function MakeShared( _
   ByVal obj As Object _
) As String
public string MakeShared( 
   object obj
)

Parameters

obj

Return Value

a unique identifier for this shared object, or null if obj is null
Remarks
This does nothing if the obj is already in the table, but just returns its identifier. This calls FindShared to see if the object is already known as a shared object.
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