Sdílet prostřednictvím


DataViewBrowseObject.RemoveAttributes – metoda

Odebere atributy určené podle jejich typu identifikátorů.

Obor názvů:  Microsoft.VisualStudio.Data.Framework
Sestavení:  Microsoft.VisualStudio.Data.Framework (v Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Deklarace
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[]
)

Parametry

  • typeIds
    Typ: array<System.Object[]
    Pole obsahující jedinečné identifikátory pro typy atributů, které chcete odebrat.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataViewBrowseObject Třída

Microsoft.VisualStudio.Data.Framework – obor názvů