Propriedade IVsDataViewPropertyInfo.StandardValues

Obtém os valores da propriedade do nó.

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

Sintaxe

'Declaração
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>
function get StandardValues () : IDictionary<String, String>

Valor de propriedade

Tipo: System.Collections.Generic.IDictionary<String, String>
Pares nome/valor de nomes e valores de valor.

Comentários

Essa interface é implementada como um serviço de DDEX internos.

Segurança do .NET Framework

Consulte também

Referência

IVsDataViewPropertyInfo Interface

Namespace Microsoft.VisualStudio.Data.Services