Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
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 |