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: System.Boolean
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.