IMoniker Interface

Definition

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.

public interface class IMoniker : Microsoft::VisualStudio::OLE::Interop::IPersistStream
public interface class IMoniker : Microsoft::VisualStudio::OLE::Interop::IPersistStream
__interface IMoniker : Microsoft::VisualStudio::OLE::Interop::IPersistStream
[System.Runtime.InteropServices.Guid("0000000F-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IMoniker : Microsoft.VisualStudio.OLE.Interop.IPersistStream
[System.Runtime.InteropServices.Guid("0000000F-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IMoniker : Microsoft.VisualStudio.OLE.Interop.IPersistStream
[<System.Runtime.InteropServices.Guid("0000000F-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IMoniker = interface
    interface IPersistStream
[<System.Runtime.InteropServices.Guid("0000000F-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IMoniker = interface
    interface IPersistStream
    interface IPersist
Public Interface IMoniker
Implements IPersistStream
Attributes
Implements

Applies to