GraphNodeIdCollection.GetValueByName<T> Method
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Function GetValueByName(Of T) ( _
name As GraphNodeIdName _
) As T
public T GetValueByName<T>(
GraphNodeIdName name
)
public:
generic<typename T>
T GetValueByName(
GraphNodeIdName^ name
)
member GetValueByName :
name:GraphNodeIdName -> 'T
JScript does not support generic types or methods.
Type Parameters
- T
Parameters
Return Value
Type: T
.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.