Partilhar via


Construtor DataContextValueSourceAttribute (String, Boolean)

Inicializa uma nova instância de DataContextValueSourceAttribute classe com a propriedade especificada nome e a coleta de informações.

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

Sintaxe

'Declaração
Public Sub New ( _
    dataContextValueSourceProperty As String, _
    isCollectionItem As Boolean _
)
public DataContextValueSourceAttribute(
    string dataContextValueSourceProperty,
    bool isCollectionItem
)
public:
DataContextValueSourceAttribute(
    String^ dataContextValueSourceProperty, 
    bool isCollectionItem
)
new : 
        dataContextValueSourceProperty:string * 
        isCollectionItem:bool -> DataContextValueSourceAttribute
public function DataContextValueSourceAttribute(
    dataContextValueSourceProperty : String, 
    isCollectionItem : boolean
)

Parâmetros

  • dataContextValueSourceProperty
    Tipo: System.String
    O nome da propriedade que é a origem do valor do contexto de dados.
  • isCollectionItem
    Tipo: System.Boolean
    Indica se o contexto de dados é um item em uma coleção.

Segurança do .NET Framework

Consulte também

Referência

DataContextValueSourceAttribute Classe

Sobrecargas DataContextValueSourceAttribute

Namespace Microsoft.Windows.Design

Outros recursos

Noções básicas sobre extensibilidade Designer WPF