Partilhar via


Propriedade IDatabaseNode.DirectoryName

Obtém o local do diretório para este nó.

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 DirectoryName As String
    Get
string DirectoryName { get; }
property String^ DirectoryName {
    String^ get ();
}
abstract DirectoryName : string
function get DirectoryName () : String

Valor de propriedade

Tipo: System.String

Comentários

O local retornado revelar o nome do arquivo e retorna somente o diretório.

Segurança do .NET Framework

Consulte também

Referência

IDatabaseNode Interface

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