Condividi tramite


Proprietà IVsDataViewPropertyInfo.StandardValues

Ottiene i valori delle proprietà del nodo.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

Tipo: IDictionary<String, String>
Coppie nome/valore dei nomi di valore e valori.

Note

L'interfaccia viene implementata come servizio incorporate di DDEX.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDataViewPropertyInfo Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Data.Services