AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetAttributes メソッド

指定されたオブジェクトのカスタム属性のコレクションを取得します。

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

構文

'宣言
Private Function GetAttributes As AttributeCollection
    Implements ICustomTypeDescriptor.GetAttributes
AttributeCollection ICustomTypeDescriptor.GetAttributes()
private:
virtual AttributeCollection^ GetAttributes() sealed = ICustomTypeDescriptor::GetAttributes
private abstract GetAttributes : unit -> AttributeCollection 
private override GetAttributes : unit -> AttributeCollection 
JScript では、明示的なインターフェイスの実装はサポートされません。

戻り値

型 : System.ComponentModel.AttributeCollection
このオブジェクトの属性を含む AttributeCollection オブジェクトのインスタンス。

実装

ICustomTypeDescriptor.GetAttributes()

解説

このメソッドは GetAttributes のメソッドの実装を提供します。詳細については、.NET Framework クラス ライブラリの GetAttributes のメソッドを参照してください。

.NET Framework セキュリティ

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

参照

関連項目

AdoDotNetConnectionProperties クラス

Microsoft.VisualStudio.Data.Framework.AdoDotNet 名前空間