ISolutionSectionSolutionInfo.Path Property
Get the full path of the SLN file.
Namespace: Microsoft.VisualStudio.TeamFoundation.Extensibility
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
ReadOnly Property Path As String
string Path { get; }
property String^ Path {
String^ get ();
}
abstract Path : string with get
function get Path () : String
Property Value
Type: System.String
.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
ISolutionSectionSolutionInfo Interface
Microsoft.VisualStudio.TeamFoundation.Extensibility Namespace