IMoniker 接口

通过允许访问,而无需有关对象的位置的信息的方法标记启用对对象的访问。 有关更多信息,请参见 IMoniker 和对不同的实现例如 IMoniker—Class Moniker Implementation

命名空间:  Microsoft.VisualStudio.OLE.Interop
程序集:  Microsoft.VisualStudio.OLE.Interop(在 Microsoft.VisualStudio.OLE.Interop.dll 中)

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("0000000F-0000-0000-C000-000000000046")> _
Public Interface IMoniker _
    Inherits IPersistStream
[InterfaceTypeAttribute()]
[GuidAttribute("0000000F-0000-0000-C000-000000000046")]
public interface IMoniker : IPersistStream

IMoniker 类型公开以下成员。

方法

  名称 说明
公共方法 BindToObject
公共方法 BindToStorage
公共方法 CommonPrefixWith
公共方法 ComposeWith
公共方法 Enum
公共方法 GetClassID(Guid%)
公共方法 GetClassID(Guid%) (继承自 IPersistStream。)
公共方法 GetDisplayName
公共方法 GetSizeMax(array<ULARGE_INTEGER[])
公共方法 GetSizeMax(array<ULARGE_INTEGER[]) (继承自 IPersistStream。)
公共方法 GetTimeOfLastChange
公共方法 Hash
公共方法 Inverse
公共方法 IsDirty()
公共方法 IsDirty() (继承自 IPersistStream。)
公共方法 IsEqual
公共方法 IsRunning
公共方法 IsSystemMoniker
公共方法 Load(IStream)
公共方法 Load(IStream) (继承自 IPersistStream。)
公共方法 ParseDisplayName
公共方法 Reduce
公共方法 RelativePathTo
公共方法 Save(IStream, Int32)
公共方法 Save(IStream, Int32) (继承自 IPersistStream。)

页首

请参见

参考

Microsoft.VisualStudio.OLE.Interop 命名空间