Partilhar via


Propriedade DataContextValueSourceAttribute.DataContextValueSourceProperty

Obtém o nome da propriedade que é a origem do valor do contexto de dados.

Namespace:  Microsoft.Windows.Design
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
Public Property DataContextValueSourceProperty As String
    Get
    Private Set
public string DataContextValueSourceProperty { get; private set; }
public:
property String^ DataContextValueSourceProperty {
    String^ get ();
    private: void set (String^ value);
}
member DataContextValueSourceProperty : string with get, private set
function get DataContextValueSourceProperty () : String
private function set DataContextValueSourceProperty (value : String)

Valor de propriedade

Tipo: System.String
O nome da propriedade que é a origem do valor do contexto de dados.

Segurança do .NET Framework

Consulte também

Referência

DataContextValueSourceAttribute Classe

Namespace Microsoft.Windows.Design

Outros recursos

Noções básicas sobre extensibilidade Designer WPF