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.
Sets and retrieves values for particular properties. Extends, but does not inherit from, IPropertyBag. Adds methods to retrieve type information about a property. For more information, see IPropertyBag2.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<GuidAttribute("22F55882-280B-11D0-A8A9-00A0C90C2004")> _
<InterfaceTypeAttribute()> _
Public Interface IPropertyBag2
'Usage
Dim instance As IPropertyBag2
[GuidAttribute("22F55882-280B-11D0-A8A9-00A0C90C2004")]
[InterfaceTypeAttribute()]
public interface IPropertyBag2
[GuidAttribute(L"22F55882-280B-11D0-A8A9-00A0C90C2004")]
[InterfaceTypeAttribute()]
public interface class IPropertyBag2
[<GuidAttribute("22F55882-280B-11D0-A8A9-00A0C90C2004")>]
[<InterfaceTypeAttribute()>]
type IPropertyBag2 = interface end
public interface IPropertyBag2