Compartir a través de


PropertyIdentifierCollection.Add (Método) (Type, String)

Agrega un nuevo identificador de propiedad.

Espacio de nombres:  Microsoft.Windows.Design.Model
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
Public Sub Add ( _
    ownerType As Type, _
    name As String _
)
public void Add(
    Type ownerType,
    string name
)
public:
void Add(
    Type^ ownerType, 
    String^ name
)
member Add : 
        ownerType:Type * 
        name:string -> unit 
public function Add(
    ownerType : Type, 
    name : String
)

Parámetros

  • ownerType
    Tipo: System.Type
    Tipo propietario de la propiedad que se va a agregar.
  • name
    Tipo: System.String
    Nombre de la propiedad que se va a agregar.

Seguridad de .NET Framework

Vea también

Referencia

PropertyIdentifierCollection Clase

Add (Sobrecarga)

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

Otros recursos

Arquitectura de extensibilidad de WPF Designer