MetadataProviderCallback 委托
[本文档仅供预览,在以后的发行版中可能会发生更改。包含的空白主题用作占位符。]
指定一个自定义机制,以便将元数据特性提供给 FeatureManager 类。
命名空间: Microsoft.Windows.Design.Features
程序集: Microsoft.Windows.Design.Extensibility(在 Microsoft.Windows.Design.Extensibility.dll 中)
语法
声明
Public Delegate Function MetadataProviderCallback ( _
type As Type, _
attributeType As Type _
) As IEnumerable(Of Object)
public delegate IEnumerable<Object> MetadataProviderCallback(
Type type,
Type attributeType
)
public delegate IEnumerable<Object^>^ MetadataProviderCallback(
Type^ type,
Type^ attributeType
)
type MetadataProviderCallback =
delegate of
type:Type *
attributeType:Type -> IEnumerable<Object>
JScript 不支持委托。
参数
- type
类型:System.Type
要获取其特性的类型。
- attributeType
类型:System.Type
要枚举的特性的类型。不能为 nulla null reference (Nothing in Visual Basic)。
返回值
类型:System.Collections.Generic.IEnumerable<Object>
特性的枚举。