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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IDatabaseReferenceNode Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace