Metodo PropertyIdentifierCollection.Add (Type, String)
Aggiunge un nuovo identificatore di proprietà.
Spazio dei nomi: Microsoft.Windows.Design.Model
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- ownerType
Tipo: System.Type
Tipo proprietario della proprietà da aggiungere.
- name
Tipo: System.String
Nome della proprietà da aggiungere.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
PropertyIdentifierCollection Classe
Spazio dei nomi Microsoft.Windows.Design.Model