このコンポーネントの属性のコレクションを取得します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
Public Overridable Function GetAttributes As AttributeCollection
'使用
Dim instance As LocalizableProperties
Dim returnValue As AttributeCollection
returnValue = instance.GetAttributes()
public virtual AttributeCollection GetAttributes()
public:
virtual AttributeCollection^ GetAttributes()
public function GetAttributes() : AttributeCollection
戻り値
型 : System.ComponentModel.AttributeCollection
実装
ICustomTypeDescriptor.GetAttributes()