Compartilhar via


Propriedade IVsDataViewPropertyInfo.Value

Obtém o valor 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 Value As String
string Value { get; }
property String^ Value {
    String^ get ();
}
abstract Value : string
function get Value () : String

Valor de propriedade

Tipo: System.String
Uma cadeia de caracteres que contém o valor da propriedade do nó.

Segurança do .NET Framework

Consulte também

Referência

IVsDataViewPropertyInfo Interface

Namespace Microsoft.VisualStudio.Data.Services