다음을 통해 공유


Url.GetPartial Method (Int32, Int32)

Gets the unescaped path between the two specified points

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

Syntax

‘선언
Public Function GetPartial ( _
    i As Integer, _
    j As Integer _
) As String
public string GetPartial(
    int i,
    int j
)

Parameters

Return Value

Type: System.String
The unescaped path.

.NET Framework Security

See Also

Reference

Url Class

GetPartial Overload

Microsoft.VisualStudio.Shell Namespace