Construtor PropertyIdentifier (TypeIdentifier, String)

Inicializa uma nova instância de PropertyIdentifier classe com o identificador de tipo especificado 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 ( _
    declaringTypeId As TypeIdentifier, _
    name As String _
)
public PropertyIdentifier(
    TypeIdentifier declaringTypeId,
    string name
)
public:
PropertyIdentifier(
    TypeIdentifier declaringTypeId, 
    String^ name
)
new : 
        declaringTypeId:TypeIdentifier * 
        name:string -> PropertyIdentifier
public function PropertyIdentifier(
    declaringTypeId : TypeIdentifier, 
    name : String
)

Parâmetros

Exceções

Exceção Condição
ArgumentNullException

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

ArgumentNullException

declaringTypeIdfoi criado usando um construtor vazio.

Segurança do .NET Framework

Consulte também

Referência

PropertyIdentifier Estrutura

Sobrecargas PropertyIdentifier

Namespace Microsoft.Windows.Design.Metadata