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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.