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
[InterfaceTypeAttribute()]
[GuidAttribute("0000000F-0000-0000-C000-000000000046")]
public interface IMoniker : IPersistStream
[InterfaceTypeAttribute()]
[GuidAttribute(L"0000000F-0000-0000-C000-000000000046")]
public interface class IMoniker : IPersistStream
[<InterfaceTypeAttribute()>]
[<GuidAttribute("0000000F-0000-0000-C000-000000000046")>]
type IMoniker =  
    interface
        interface IPersistStream
    end
public interface IMoniker extends IPersistStream

The IMoniker type exposes the following members.

Methods

  Name Description
Public method BindToObject
Public method BindToStorage
Public method CommonPrefixWith
Public method ComposeWith
Public method Enum
Public method GetClassID
Public method GetDisplayName
Public method GetSizeMax
Public method GetTimeOfLastChange
Public method Hash
Public method Inverse
Public method IsDirty
Public method IsEqual
Public method IsRunning
Public method IsSystemMoniker
Public method Load
Public method ParseDisplayName
Public method Reduce
Public method RelativePathTo
Public method Save

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace