Create Method
See Also 
SourceCode.SmartObjects.Management Namespace > SmartObjectInfo Class : Create Method



smartObjectDefinitionXml

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Function Create( _
   ByVal smartObjectDefinitionXml As String _
) As SmartObjectInfo
Visual Basic (Usage) Copy Code
Dim smartObjectDefinitionXml As String
Dim value As SmartObjectInfo
 
value = SmartObjectInfo.Create(smartObjectDefinitionXml)
C#  
public static SmartObjectInfo Create( 
   string smartObjectDefinitionXml
)
C++/CLI  
public:
static SmartObjectInfo^ Create( 
   String^ smartObjectDefinitionXml
) 

Parameters

smartObjectDefinitionXml

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