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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.