Compartir a través de


PropertyIdentifier (Constructor) (TypeIdentifier, String)

Inicializa una nueva instancia de la clase PropertyIdentifier con el identificador de tipo y el nombre de propiedad especificados.

Espacio de nombres:  Microsoft.Windows.Design.Metadata
Ensamblado:  Microsoft.Windows.Design.Extensibility (en Microsoft.Windows.Design.Extensibility.dll)

Sintaxis

'Declaración
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

Excepciones

Excepción Condición
ArgumentNullException

El valor de name es nullreferencia null (Nothing en Visual Basic).

ArgumentNullException

declaringTypeId se creó mediante un constructor vacío.

Seguridad de .NET Framework

Vea también

Referencia

PropertyIdentifier Estructura

PropertyIdentifier (Sobrecarga)

Microsoft.Windows.Design.Metadata (Espacio de nombres)