IVsConnectedServiceInstanceReference::FullPath Property

 

Gets the full path.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

[DispIdAttribute(1610678274)]
property String^ FullPath {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The full path.

Return to top
Show: