- objectTypeNames
- The name of the object type.
- enable
- true to enable object extraction; false to disable object extraction.
Visual Basic (Declaration) | |
---|---|
Public Sub EnableObjects( _ ByVal objectTypeNames As IList(Of String), _ ByVal enable As Boolean _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void EnableObjects( IList<string> objectTypeNames, bool enable ) |
C++/CLI | |
---|---|
public: void EnableObjects( IList<String>^ objectTypeNames, bool enable ) |
Parameters
- objectTypeNames
- The name of the object type.
- enable
- true to enable object extraction; false to disable object extraction.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family