Freigeben über


IVsDataViewPropertyInfo.StandardValues-Eigenschaft

Ruft die Werte der Knoteneigenschaft ab.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
ReadOnly Property StandardValues As IDictionary(Of String, String)
IDictionary<string, string> StandardValues { get; }
property IDictionary<String^, String^>^ StandardValues {
    IDictionary<String^, String^>^ get ();
}
abstract StandardValues : IDictionary<string, string> with get
function get StandardValues () : IDictionary<String, String>

Eigenschaftswert

Typ: IDictionary<String, String>
Name-Wert-Paare Wertnamen und - werte.

Hinweise

Diese Schnittstelle wird als Dienst der integrierten DDEX implementiert.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsDataViewPropertyInfo Schnittstelle

Microsoft.VisualStudio.Data.Services-Namespace