Compartilhar via


Método DataViewBrowseObject.RemoveAttributes

Remove os atributos especificados por seus identificadores de tipo.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (em Microsoft.VisualStudio.Data.Framework.dll)

Sintaxe

'Declaração
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[]
)

Parâmetros

  • typeIds
    Tipo: array<System.Object[]
    Uma matriz que contém identificadores exclusivos para os tipos dos atributos a serem removidos.

Segurança do .NET Framework

Consulte também

Referência

DataViewBrowseObject Classe

Namespace Microsoft.VisualStudio.Data.Framework