DataViewPropertyDescriptor.SetComponentType(Type) Méthode
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.
Définit le type de composant sur le type spécifié.
public:
void SetComponentType(Type ^ value);
public void SetComponentType (Type value);
member this.SetComponentType : Type -> unit
Public Sub SetComponentType (value As Type)
Paramètres
- value
- Type
Nouveau type de composant à définir.