Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 |