指定された TypeIdentifier を Type に解決します。
名前空間: Microsoft.Windows.Design.Services
アセンブリ: Microsoft.Windows.Design.Interaction (Microsoft.Windows.Design.Interaction.dll 内)
構文
'宣言
Protected MustOverride Function ResolveType ( _
typeIdentifier As TypeIdentifier _
) As Type
protected abstract Type ResolveType(
TypeIdentifier typeIdentifier
)
protected:
virtual Type^ ResolveType(
TypeIdentifier typeIdentifier
) abstract
abstract ResolveType :
typeIdentifier:TypeIdentifier -> Type
protected abstract function ResolveType(
typeIdentifier : TypeIdentifier
) : Type
パラメーター
- typeIdentifier
型: Microsoft.Windows.Design.Metadata.TypeIdentifier
解決する識別子。
戻り値
型: System.Type
指定された識別子と一致する型。識別子を解決できない場合は nullnull 参照 (Visual Basic では Nothing)。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。
参照
参照
Microsoft.Windows.Design.Services 名前空間