StaticAttribute Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
StaticAttribute(Type, UInt32) |
Crée et initialise une nouvelle instance de l’attribut. |
StaticAttribute(Type, UInt32, String) |
Crée et initialise une nouvelle instance de l’attribut. |
StaticAttribute(Type, UInt32, Type) |
Crée et initialise une nouvelle instance de l’attribut. |
StaticAttribute(Type, UInt32, Platform) |
Crée et initialise une nouvelle instance de l’attribut. |
StaticAttribute(Type, UInt32)
Crée et initialise une nouvelle instance de l’attribut.
public:
StaticAttribute(Platform::Type ^ type, unsigned int version);
public StaticAttribute(Type type, uint version);
function StaticAttribute(type, version)
Public Sub New (type As Type, version As UInteger)
Paramètres
- version
-
UInt32
unsigned int
Version dans laquelle l’interface statique a été ajoutée.
Voir aussi
- StaticAttribute(Type, UInt32, Platform)
- StaticAttribute(Type, UInt32, Type)
- StaticAttribute(Type, UInt32, String)
S’applique à
StaticAttribute(Type, UInt32, String)
Crée et initialise une nouvelle instance de l’attribut.
public:
StaticAttribute(Platform::Type ^ type, unsigned int version, Platform::String ^ contractName);
public StaticAttribute(Type type, uint version, string contractName);
function StaticAttribute(type, version, contractName)
Public Sub New (type As Type, version As UInteger, contractName As String)
Paramètres
- version
-
UInt32
unsigned int
Version du contrat d’API dans laquelle la fabrique statique a été ajoutée à la fabrique d’activation de la classe runtime.
- contractName
-
String
Platform::String
Chaîne représentant le type du contrat d’API qui implémente la classe .
Voir aussi
- StaticAttribute(Type, UInt32, Platform)
- StaticAttribute(Type, UInt32)
- StaticAttribute(Type, UInt32, Type)
S’applique à
StaticAttribute(Type, UInt32, Type)
Crée et initialise une nouvelle instance de l’attribut.
public:
StaticAttribute(Platform::Type ^ type, unsigned int version, Platform::Type ^ contractName);
public StaticAttribute(Type type, uint version, Type contractName);
function StaticAttribute(type, version, contractName)
Public Sub New (type As Type, version As UInteger, contractName As Type)
Paramètres
- version
-
UInt32
unsigned int
Version du contrat d’API dans laquelle la fabrique statique a été ajoutée à la fabrique d’activation de la classe runtime.
Voir aussi
- StaticAttribute(Type, UInt32, Platform)
- StaticAttribute(Type, UInt32)
- StaticAttribute(Type, UInt32, String)
S’applique à
StaticAttribute(Type, UInt32, Platform)
Crée et initialise une nouvelle instance de l’attribut.
public:
StaticAttribute(Platform::Type ^ type, unsigned int version, Platform platform);
public StaticAttribute(Type type, uint version, Platform platform);
function StaticAttribute(type, version, platform)
Public Sub New (type As Type, version As UInteger, platform As Platform)
Paramètres
- version
-
UInt32
unsigned int
Version dans laquelle l’interface statique a été ajoutée.
- platform
- Platform
Valeur de l’énumération. La valeur par défaut est Windows.
Voir aussi
- StaticAttribute(Type, UInt32)
- StaticAttribute(Type, UInt32, Type)
- StaticAttribute(Type, UInt32, String)