Partager via


DataViewBrowseObject.RemoveAttributes, méthode

Supprime les attributs spécifiés par leurs ID de type.

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

Syntaxe

'Déclaration
Public Sub RemoveAttributes ( _
    ParamArray typeIds As Object() _
)
public void RemoveAttributes(
    params Object[] typeIds
)
public:
void RemoveAttributes(
    ... array<Object^>^ typeIds
)
member RemoveAttributes : 
        typeIds:Object[] -> unit 
public function RemoveAttributes(
    ... typeIds : Object[]
)

Paramètres

  • typeIds
    Type : array<System.Object[]
    Un tableau contenant des identificateurs uniques pour les types d'attributs à supprimer.

Sécurité .NET Framework

Voir aussi

Référence

DataViewBrowseObject Classe

Microsoft.VisualStudio.Data.Framework, espace de noms