EventIdentifier, constructeur (Type, String)
Initialise une nouvelle instance de la classe EventIdentifier avec le type existant et le nom d'événement spécifiés.
Espace de noms : Microsoft.Windows.Design.Metadata
Assembly : Microsoft.Windows.Design.Extensibility (dans Microsoft.Windows.Design.Extensibility.dll)
Syntaxe
'Déclaration
Public Sub New ( _
declaringType As Type, _
name As String _
)
public EventIdentifier(
Type declaringType,
string name
)
public:
EventIdentifier(
Type^ declaringType,
String^ name
)
new :
declaringType:Type *
name:string -> EventIdentifier
public function EventIdentifier(
declaringType : Type,
name : String
)
Paramètres
- declaringType
Type : System.Type
Type sur lequel l'événement est déclaré.
- name
Type : System.String
Nom de l'événement.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | declaringType ou name est nullune référence null (Nothing en Visual Basic). |
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.