Metodo PropertyIdentifierCollection.Add (TypeIdentifier, 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 ( _
typeIdentifier As TypeIdentifier, _
name As String _
)
public void Add(
TypeIdentifier typeIdentifier,
string name
)
public:
void Add(
TypeIdentifier typeIdentifier,
String^ name
)
member Add :
typeIdentifier:TypeIdentifier *
name:string -> unit
public function Add(
typeIdentifier : TypeIdentifier,
name : String
)
Parametri
- typeIdentifier
Tipo: Microsoft.Windows.Design.Metadata.TypeIdentifier
Identificatore per il tipo proprietario della proprietà da aggiungere.
- name
Tipo: System.String
Nome della proprietà da aggiungere all'insieme.
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