Construtor PropertyIdentifier (Type, String)

Inicializa uma nova instância de PropertyIdentifier classe com o tipo especificado de existente e o nome da propriedade.

Namespace:  Microsoft.Windows.Design.Metadata
Assembly:  Microsoft.Windows.Design.Extensibility (em Microsoft.Windows.Design.Extensibility.dll)

Sintaxe

'Declaração
Public Sub New ( _
    declaringType As Type, _
    name As String _
)
public PropertyIdentifier(
    Type declaringType,
    string name
)
public:
PropertyIdentifier(
    Type^ declaringType, 
    String^ name
)
new : 
        declaringType:Type * 
        name:string -> PropertyIdentifier
public function PropertyIdentifier(
    declaringType : Type, 
    name : String
)

Parâmetros

  • declaringType
    Tipo: System.Type
    O tipo em que a propriedade é declarada.

Exceções

Exceção Condição
ArgumentNullException

declaringTypeor name is nulluma referência nula (Nothing no Visual Basic).

Segurança do .NET Framework

Consulte também

Referência

PropertyIdentifier Estrutura

Sobrecargas PropertyIdentifier

Namespace Microsoft.Windows.Design.Metadata