Método GraphNodeId.IsNullOrEmpty

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (em Microsoft.VisualStudio.GraphModel.dll)

Sintaxe

'Declaração
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 de retorno

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

GraphNodeId Classe

Namespace Microsoft.VisualStudio.GraphModel