Compartir a través de


GraphNodeId.IsNullOrEmpty (Método)

Espacio de nombres:  Microsoft.VisualStudio.GraphModel
Ensamblado:  Microsoft.VisualStudio.GraphModel (en Microsoft.VisualStudio.GraphModel.dll)

Sintaxis

'Declaración
Public Shared Function IsNullOrEmpty ( _
    id As GraphNodeId _
) As Boolean
public static bool IsNullOrEmpty(
    GraphNodeId id
)
public:
static bool IsNullOrEmpty(
    GraphNodeId^ id
)
static member IsNullOrEmpty : 
        id:GraphNodeId -> bool 
public static function IsNullOrEmpty(
    id : GraphNodeId
) : boolean

Parámetros

Valor devuelto

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

GraphNodeId Clase

Microsoft.VisualStudio.GraphModel (Espacio de nombres)