Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the class identifier (CLSID) of an object that can be persisted (stored) in the system. For more information, see IPersist.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("0000010C-0000-0000-C000-000000000046")> _
Public Interface IPersist
'Usage
Dim instance As IPersist
[InterfaceTypeAttribute()]
[GuidAttribute("0000010C-0000-0000-C000-000000000046")]
public interface IPersist
[InterfaceTypeAttribute()]
[GuidAttribute(L"0000010C-0000-0000-C000-000000000046")]
public interface class IPersist
[<InterfaceTypeAttribute()>]
[<GuidAttribute("0000010C-0000-0000-C000-000000000046")>]
type IPersist = interface end
public interface IPersist