Partager via


DataViewPropertyDescriptor.SetName, méthode

Définit le nom de la propriété.

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

Syntaxe

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

Paramètres

  • value
    Type : String

    Nom de propriété.

Notes

Si le paramètre d' value est nullune référence null (Nothing en Visual Basic), les jeux de cette méthode le nom de la propriété sur une chaîne vide.

Sécurité .NET Framework

Voir aussi

Référence

DataViewPropertyDescriptor Classe

Microsoft.VisualStudio.Data.Framework, espace de noms