指定された型について、指定されたプロパティを変換する必要があるかどうかを判断します。
名前空間: Microsoft.Windows.Design.Services
アセンブリ: Microsoft.Windows.Design.Interaction (Microsoft.Windows.Design.Interaction.dll 内)
構文
'宣言
Public MustOverride Function HasValueTranslation ( _
itemType As Type, _
identifier As PropertyIdentifier _
) As Boolean
public abstract bool HasValueTranslation(
Type itemType,
PropertyIdentifier identifier
)
public:
virtual bool HasValueTranslation(
Type^ itemType,
PropertyIdentifier identifier
) abstract
abstract HasValueTranslation :
itemType:Type *
identifier:PropertyIdentifier -> bool
public abstract function HasValueTranslation(
itemType : Type,
identifier : PropertyIdentifier
) : boolean
パラメーター
- itemType
型: System.Type
property を変換する必要があるかどうかを判断する対象となる型。
- identifier
型: Microsoft.Windows.Design.Metadata.PropertyIdentifier
チェックするプロパティの識別子。
戻り値
型: System.Boolean
指定した型について指定したプロパティの値を変換する必要がある場合は true。それ以外の場合は false。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。
参照
参照
Microsoft.Windows.Design.Services 名前空間