名前空間: Microsoft.VisualStudio.GraphModel
アセンブリ: Microsoft.VisualStudio.GraphModel (Microsoft.VisualStudio.GraphModel.dll 内)
構文
'宣言
Public Shared Function Parse ( _
id As String, _
throwOnFailure As Boolean, _
resolver As Func _
) As GraphNodeId
public static GraphNodeId Parse(
string id,
bool throwOnFailure,
Func resolver
)
public:
static GraphNodeId^ Parse(
String^ id,
bool throwOnFailure,
Func^ resolver
)
static member Parse :
id:string *
throwOnFailure:bool *
resolver:Func -> GraphNodeId
public static function Parse(
id : String,
throwOnFailure : boolean,
resolver : Func
) : GraphNodeId
パラメーター
- id
型: System.String
- throwOnFailure
型: System.Boolean
- resolver
型: System.Func<T, TResult>
戻り値
型: Microsoft.VisualStudio.GraphModel.GraphNodeId
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。