IMoniker Interface
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
'Declaração
<InterfaceTypeAttribute()> _
<GuidAttribute("0000000F-0000-0000-C000-000000000046")> _
Public Interface IMoniker _
Inherits IPersistStream
[InterfaceTypeAttribute()]
[GuidAttribute("0000000F-0000-0000-C000-000000000046")]
public interface IMoniker : IPersistStream
The IMoniker type exposes the following members.
Methods
Name | Description | |
---|---|---|
BindToObject | ||
BindToStorage | ||
CommonPrefixWith | ||
ComposeWith | ||
Enum | ||
GetClassID(Guid%) | ||
GetClassID(Guid%) | (Inherited from IPersistStream.) | |
GetDisplayName | ||
GetSizeMax(array<ULARGE_INTEGER[]) | ||
GetSizeMax(array<ULARGE_INTEGER[]) | (Inherited from IPersistStream.) | |
GetTimeOfLastChange | ||
Hash | ||
Inverse | ||
IsDirty() | ||
IsDirty() | (Inherited from IPersistStream.) | |
IsEqual | ||
IsRunning | ||
IsSystemMoniker | ||
Load(IStream) | ||
Load(IStream) | (Inherited from IPersistStream.) | |
ParseDisplayName | ||
Reduce | ||
RelativePathTo | ||
Save(IStream, Int32) | ||
Save(IStream, Int32) | (Inherited from IPersistStream.) |
Top