Share via


IDatabaseReferenceNode.IsReferenceValid Method

Returns false if the reference is not valid.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

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

Parameters

  • reason
    Type: System.String%
    If the reference is not valid, this is the reason.

Return Value

Type: System.Boolean
true if the reference is valid.

.NET Framework Security

See Also

Reference

IDatabaseReferenceNode Interface

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace