TargetPropertyPath Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
TargetPropertyPath() |
Inicializa uma nova instância da classe TargetPropertyPath . |
TargetPropertyPath(DependencyProperty) |
Inicializa uma nova instância da classe TargetPropertyPath com a propriedade de destino especificada. |
TargetPropertyPath()
Inicializa uma nova instância da classe TargetPropertyPath .
public:
TargetPropertyPath();
TargetPropertyPath();
public TargetPropertyPath();
function TargetPropertyPath()
Public Sub New ()
Confira também
Aplica-se a
TargetPropertyPath(DependencyProperty)
Inicializa uma nova instância da classe TargetPropertyPath com a propriedade de destino especificada.
public:
TargetPropertyPath(DependencyProperty ^ targetProperty);
TargetPropertyPath(DependencyProperty const& targetProperty);
public TargetPropertyPath(DependencyProperty targetProperty);
function TargetPropertyPath(targetProperty)
Public Sub New (targetProperty As DependencyProperty)
Parâmetros
- targetProperty
- DependencyProperty
A propriedade de destino.