PagePorter Class Library

Global.GetDesignProjectURL Method 

Gets the design-time project URL.

[Visual Basic]
Public Shared Function GetDesignProjectURL( _
   ByVal dte As DTE _
) As String
[C#]
public static string GetDesignProjectURL(
   DTE dte
);

Parameters

dte
The DTE object of the Visual Studio instance.

Return Value

Returns the design-time project URL.

Remarks

This value is set by the PagePorter framework, and typically read by components at design-time.

See Also

Global Class | Parastream.PagePorter Namespace