Propriedade IDatabaseProjectReferenceNode.ReferencedProjectGuid
Obtém a GUID do projeto mencionado.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxe
'Declaração
ReadOnly Property ReferencedProjectGuid As Guid
Get
Guid ReferencedProjectGuid { get; }
property Guid ReferencedProjectGuid {
Guid get ();
}
abstract ReferencedProjectGuid : Guid
function get ReferencedProjectGuid () : Guid
Valor de propriedade
Tipo: System.Guid
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
IDatabaseProjectReferenceNode Interface
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project