Metodo GraphNodeId.GetNested (GraphNodeIdName, Object)
Spazio dei nomi: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Sintassi
'Dichiarazione
Public Shared Function GetNested ( _
name As GraphNodeIdName, _
value As Object _
) As GraphNodeId
public static GraphNodeId GetNested(
GraphNodeIdName name,
Object value
)
public:
static GraphNodeId^ GetNested(
GraphNodeIdName^ name,
Object^ value
)
static member GetNested :
name:GraphNodeIdName *
value:Object -> GraphNodeId
public static function GetNested(
name : GraphNodeIdName,
value : Object
) : GraphNodeId
Parametri
- value
Tipo: System.Object
Valore restituito
Tipo: Microsoft.VisualStudio.GraphModel.GraphNodeId
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.