GraphNodeId.IsNullOrEmpty, méthode
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
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
Paramètres
Valeur de retour
Type : System.Boolean
retourne Boolean ;
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.