IDatabaseProjectReferenceNode.ReferencedProjectGuid Property
Gets the referenced project GUID.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
ReadOnly Property ReferencedProjectGuid As Guid
Get
'Usage
Dim instance As IDatabaseProjectReferenceNode
Dim value As Guid
value = instance.ReferencedProjectGuid
Guid ReferencedProjectGuid { get; }
property Guid ReferencedProjectGuid {
Guid get ();
}
function get ReferencedProjectGuid () : Guid
abstract ReferencedProjectGuid : Guid
Property Value
Type: System.Guid
.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
IDatabaseProjectReferenceNode Interface
IDatabaseProjectReferenceNode Members
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace