IDatabaseReferenceNode.IncludeStatement Property
Gets the include statement for this node.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
ReadOnly Property IncludeStatement As String
string IncludeStatement { get; }
property String^ IncludeStatement {
String^ get ();
}
abstract IncludeStatement : string
function get IncludeStatement () : String
Property Value
Type: System.String
Remarks
The include statement is the unique identifier for references.
.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