Partager via


IDatabaseReferenceNode.IsReferenceValid, méthode

Retourne la valeur false si la référence n'est pas valide.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
Function IsReferenceValid ( _
    <OutAttribute> ByRef reason As String _
) As Boolean
bool IsReferenceValid(
    out string reason
)
bool IsReferenceValid(
    [OutAttribute] String^% reason
)
abstract IsReferenceValid : 
        reason:string byref -> bool 
function IsReferenceValid(
    reason : String
) : boolean

Paramètres

  • reason
    Type : System.String%
    Si la référence n'est pas valide, en indique la raison.

Valeur de retour

Type : System.Boolean
true si la référence est valide.

Sécurité .NET Framework

Voir aussi

Référence

IDatabaseReferenceNode Interface

Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms