Partager via


DataViewPropertyDescriptor.SetComponentType, méthode

Définit le type de composant au type spécifié.

Espace de noms :  Microsoft.VisualStudio.Data.Framework
Assembly :  Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Déclaration
Public Sub SetComponentType ( _
    value As Type _
)
public void SetComponentType(
    Type value
)
public:
void SetComponentType(
    Type^ value
)
member SetComponentType : 
        value:Type -> unit 
public function SetComponentType(
    value : Type
)

Paramètres

  • value
    Type : System.Type
    Le nouveau type de composant à définir.

Sécurité .NET Framework

Voir aussi

Référence

DataViewPropertyDescriptor Classe

Microsoft.VisualStudio.Data.Framework, espace de noms