This documentation is archived and is not being maintained.
IMoniker Interface
Namespace:
Microsoft.VisualStudio.OLE.InteropAssembly:
Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
[InterfaceTypeAttribute(1)]
[GuidAttribute("0000000F-0000-0000-C000-000000000046")]
public interface IMoniker : IPersistStream
| Name | Description |
|---|
 | BindToObject(IBindCtx, IMoniker, Guid, Object) | |
 | BindToStorage(IBindCtx, IMoniker, Guid, Object) | |
 | CommonPrefixWith(IMoniker, IMoniker) | |
 | ComposeWith(IMoniker, Int32, IMoniker) | |
 | Enum(Int32, IEnumMoniker) | |
 | GetClassID(Guid) | |
 | GetDisplayName(IBindCtx, IMoniker, String) | |
 | GetSizeMax(ULARGE_INTEGER[]) | |
 | GetTimeOfLastChange(IBindCtx, IMoniker, FILETIME[]) | |
 | Hash(UInt32) | |
 | Inverse(IMoniker) | |
 | IsDirty() | |
 | IsEqual(IMoniker) | |
 | IsRunning(IBindCtx, IMoniker, IMoniker) | |
 | IsSystemMoniker(UInt32) | |
 | Load(IStream) | |
 | ParseDisplayName(IBindCtx, IMoniker, String, UInt32, IMoniker) | |
 | Reduce(IBindCtx, UInt32, IMoniker, IMoniker) | |
 | RelativePathTo(IMoniker, IMoniker) | |
 | Save(IStream, Int32) | |
Return to top