IDatabaseNode.DirectoryName Property
Gets the directory location for this node.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
ReadOnly Property DirectoryName As String
Get
'Usage
Dim instance As IDatabaseNode
Dim value As String
value = instance.DirectoryName
string DirectoryName { get; }
property String^ DirectoryName {
String^ get ();
}
function get DirectoryName () : String
abstract DirectoryName : string
Property Value
Type: System.String
Remarks
This method removes any file name and leaves just the directory.
.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
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace