共用方式為


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>

參數

  • type
    型別:System.Type
    要列舉屬性的型別。
  • attributeType
    型別:System.Type
    要傳回的屬性型別。

傳回值

型別:System.Collections.Generic.IEnumerable<Object>
自訂屬性的列舉。

.NET Framework 安全性

請參閱

參考

FeatureManager 類別

Microsoft.Windows.Design.Features 命名空間

FeatureProvider

FeatureConnector<TFeatureProviderType>

其他資源

功能提供者和功能連接器

了解 WPF 設計工具擴充性