IVsDataViewPropertyInfo.StandardValues, propriété

Obtient les valeurs de la propriété de nœud.

Espace de noms :  Microsoft.VisualStudio.Data.Services
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

Type : IDictionary<String, String>
Paires nom/valeur de noms de la valeur et de valeurs.

Notes

Cette interface est implémentée en tant que service de l'élément DDEX.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataViewPropertyInfo Interface

Microsoft.VisualStudio.Data.Services, espace de noms