Url::GetPartial Method (Int32, Int32)

 

Gets the unescaped path between the two specified points

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
String^ GetPartial(
	int i,
	int j
)

Parameters

i
Type: System::Int32

The start point.

j
Type: System::Int32

The end point.

Return Value

Type: System::String^

The unescaped path.

Return to top
Show: