Document::ScopeNamespace property
The ScopeNamespace property returns the ScopeNamespace object for the document. This property is read-only.
Syntax
Property ScopeNamespace As ScopeNamespace
Property value
The ScopeNamespace object for the document.
Examples
' Retrieve the document's ScopeNamespace property.
Dim objScopeNS As MMC20.ScopeNamespace
Set objScopeNS = objDoc.ScopeNamespace
' Use the scopenamespace object.
' ...
' Free the object when done.
Set objScopeNS = Nothing
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
|
IDL |
|
DLL |
|
IID |
IID_Document |