IPersist Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the class identifier (CLSID) of an object that can be persisted (stored) in the system. For more information, see IPersist.
public interface class IPersist
public interface class IPersist
__interface IPersist
[System.Runtime.InteropServices.Guid("0000010C-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IPersist
[System.Runtime.InteropServices.Guid("0000010C-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IPersist
[<System.Runtime.InteropServices.Guid("0000010C-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IPersist = interface
[<System.Runtime.InteropServices.Guid("0000010C-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IPersist = interface
Public Interface IPersist
- Derived
- Attributes
Methods
GetClassID(Guid) |