Visual Basic (Declaration) | |
---|---|
Public Overloads Function GetSmartObjectDefinitions( _ ByVal smartObjectGuids() As Guid, _ ByVal ignoreSmartObjectErrors As Boolean _ ) As String |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As SmartObjectManagementServer Dim smartObjectGuids() As Guid Dim ignoreSmartObjectErrors As Boolean Dim value As String value = instance.GetSmartObjectDefinitions(smartObjectGuids, ignoreSmartObjectErrors) |
C# | |
---|---|
public string GetSmartObjectDefinitions( Guid[] smartObjectGuids, bool ignoreSmartObjectErrors ) |
C++/CLI | |
---|---|
public: String^ GetSmartObjectDefinitions( array<Guid>^ smartObjectGuids, bool ignoreSmartObjectErrors ) |
Parameters
- smartObjectGuids
- ignoreSmartObjectErrors
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