IVsPropertyBag-Schnittstelle

 

Veröffentlicht: Oktober 2016

Verwaltet eine Auflistung von Name-Wert-Paar.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("AAEEAC4C-3BF3-492C-927D-84AB7D93D6DF")]
public interface IVsPropertyBag
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute("AAEEAC4C-3BF3-492C-927D-84AB7D93D6DF")]
public interface class IVsPropertyBag
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("AAEEAC4C-3BF3-492C-927D-84AB7D93D6DF")>]
type IVsPropertyBag = interface end
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<GuidAttribute("AAEEAC4C-3BF3-492C-927D-84AB7D93D6DF")>
Public Interface IVsPropertyBag

Methoden

Name Beschreibung
System_CAPS_pubmethod GetValue(String)

Ruft den Wert einer benannten Eigenschaft in der Eigenschaftensammlung ab.

System_CAPS_pubmethod SetValue(String, Object)

Fügt hinzu oder aktualisiert eine benannte Eigenschaft in der Eigenschaftensammlung.

Siehe auch

Microsoft.VisualStudio.Shell.Interop-Namespace

Zurück zum Anfang