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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
PropertyIdentifierCollection Clase
Microsoft.Windows.Design.Model (Espacio de nombres)