다음을 통해 공유


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
MMCObj.h
IDL
MMCObj.idl
DLL
Mmc.exe
IID
IID_Document

See also

ScopeNamespace