IMoniker Interface

Enables access to an object through its moniker which allows access without information about the location of the object. For more information, see IMoniker and the references to different implementations such as IMoniker—Class Moniker Implementation.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("0000000F-0000-0000-C000-000000000046")> _
Public Interface IMoniker _
    Inherits IPersistStream
'Usage
Dim instance As IMoniker
[InterfaceTypeAttribute()]
[GuidAttribute("0000000F-0000-0000-C000-000000000046")]
public interface IMoniker : IPersistStream
[InterfaceTypeAttribute()]
[GuidAttribute(L"0000000F-0000-0000-C000-000000000046")]
public interface class IMoniker : IPersistStream
public interface IMoniker extends IPersistStream

See Also

Reference

IMoniker Members

Microsoft.VisualStudio.OLE.Interop Namespace