LocalPath Property

This is provided to allow DTE access to the LocalPath property. This is requiered by the defactoring engine since it relies on this particular one.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
<AutomationBrowsableAttribute(True)> _
Public ReadOnly Property LocalPath As String
    Get
'Usage
Dim instance As DatabaseProjectNodeProperties
Dim value As String

value = instance.LocalPath
[BrowsableAttribute(false)]
[AutomationBrowsableAttribute(true)]
public string LocalPath { get; }
[BrowsableAttribute(false)]
[AutomationBrowsableAttribute(true)]
public:
property String^ LocalPath {
    String^ get ();
}
[<BrowsableAttribute(false)>]
[<AutomationBrowsableAttribute(true)>]
member LocalPath : string
function get LocalPath () : String

Property Value

Type: System..::..String

See Also

Reference

DatabaseProjectNodeProperties Class

Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace