Freigeben über


GraphNodeId.IsNullOrEmpty-Methode

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

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: Boolean
Gibt Boolean zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphNodeId Klasse

Microsoft.VisualStudio.GraphModel-Namespace