ValueTranslationService.GetProperties メソッド
派生クラスでオーバーライドされた場合、指定した型について変換するプロパティを格納する列挙体を返します。
名前空間: Microsoft.Windows.Design.Services
アセンブリ: Microsoft.Windows.Design.Interaction (Microsoft.Windows.Design.Interaction.dll 内)
'宣言
Public MustOverride Function GetProperties ( _
itemType As Type _
) As IEnumerable(Of PropertyIdentifier)
public abstract IEnumerable<PropertyIdentifier> GetProperties(
Type itemType
)
public:
virtual IEnumerable<PropertyIdentifier>^ GetProperties(
Type^ itemType
) abstract
abstract GetProperties :
itemType:Type -> IEnumerable<PropertyIdentifier>
public abstract function GetProperties(
itemType : Type
) : IEnumerable<PropertyIdentifier>
- itemType
型: System.Type
変換するプロパティを取得する型。
型: System.Collections.Generic.IEnumerable<PropertyIdentifier>
指定した型について変換するプロパティを格納する列挙体 (存在する場合)。
カスタム コントロールの作成者は、指定した型についてキャプチャおよび変換するプロパティを、Properties に追加することによって指定します。
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。