IPersistPropertyBag2 Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Define um sistema de persistência baseado em propriedade. Estende IPropertyBag e herda de IPersist . Para obter mais informações, consulte IPersistPropertyBag2.
public interface class IPersistPropertyBag2 : Microsoft::VisualStudio::OLE::Interop::IPersist
public interface class IPersistPropertyBag2 : Microsoft::VisualStudio::OLE::Interop::IPersist
__interface IPersistPropertyBag2 : Microsoft::VisualStudio::OLE::Interop::IPersist
[System.Runtime.InteropServices.Guid("22F55881-280B-11D0-A8A9-00A0C90C2004")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IPersistPropertyBag2 : Microsoft.VisualStudio.OLE.Interop.IPersist
[<System.Runtime.InteropServices.Guid("22F55881-280B-11D0-A8A9-00A0C90C2004")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IPersistPropertyBag2 = interface
interface IPersist
Public Interface IPersistPropertyBag2
Implements IPersist
- Atributos
- Implementações
Métodos
| GetClassID(Guid) | |
| InitNew() | |
| IsDirty() | |
| Load(IPropertyBag2, IErrorLog) | |
| Save(IPropertyBag2, Int32, Int32) |