次の方法で共有


FeatureManager.GetCustomAttributes メソッド

指定された型の属性を列挙します。

名前空間:  Microsoft.Windows.Design.Features
アセンブリ:  Microsoft.Windows.Design.Extensibility (Microsoft.Windows.Design.Extensibility.dll 内)

構文

'宣言
Public Function GetCustomAttributes ( _
    type As Type, _
    attributeType As Type _
) As IEnumerable(Of Object)
public IEnumerable<Object> GetCustomAttributes(
    Type type,
    Type attributeType
)
public:
IEnumerable<Object^>^ GetCustomAttributes(
    Type^ type, 
    Type^ attributeType
)
member GetCustomAttributes : 
        type:Type * 
        attributeType:Type -> IEnumerable<Object> 
public function GetCustomAttributes(
    type : Type, 
    attributeType : Type
) : IEnumerable<Object>

パラメーター

戻り値

型: System.Collections.Generic.IEnumerable<Object>
カスタム属性の列挙体。

.NET Framework セキュリティ

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

参照

参照

FeatureManager クラス

Microsoft.Windows.Design.Features 名前空間

FeatureProvider

FeatureConnector<TFeatureProviderType>

その他の技術情報

機能プロバイダーと機能コネクタ

WPF デザイナーの機能拡張について