Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Parses a string into a GraphNodeId.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Shared Function Parse ( _
id As String _
) As GraphNodeId
public static GraphNodeId Parse(
string id
)
public:
static GraphNodeId^ Parse(
String^ id
)
static member Parse :
id:string -> GraphNodeId
public static function Parse(
id : String
) : GraphNodeId
Parameters
id
Type: StringThe string to parse into a GraphNodeId.
Return Value
Type: Microsoft.VisualStudio.GraphModel.GraphNodeId
The GraphNodeId created from the given string.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.