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
列挙する属性の型。nullnull 参照 (Visual Basic では Nothing) は指定できません。
戻り値
型: System.Collections.Generic.IEnumerable<Object>
属性の列挙体。