IMoniker Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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