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
声明
<InterfaceTypeAttribute()> _
<GuidAttribute("0000000F-0000-0000-C000-000000000046")> _
Public Interface IMoniker _
Inherits IPersistStream
用法
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
[<InterfaceTypeAttribute()>]
[<GuidAttribute("0000000F-0000-0000-C000-000000000046")>]
type IMoniker =
interface
interface IPersistStream
end
public interface IMoniker extends IPersistStream