DataViewBrowseObject.RemoveAttributes メソッド

型の識別子によって指定される属性を削除します。

名前空間:  Microsoft.VisualStudio.Data.Framework
アセンブリ:  Microsoft.VisualStudio.Data.Framework (Microsoft.VisualStudio.Data.Framework.dll 内)

構文

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

パラメーター

  • typeIds
    型 : array<System.Object[]
    属性の型の一意の識別子を格納する配列削除する。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

DataViewBrowseObject クラス

Microsoft.VisualStudio.Data.Framework 名前空間