PagePorter Class Library

Global.SetDesignProjectURL Method 

Sets the design-time project URL.

[Visual Basic]
Public Shared Sub SetDesignProjectURL( _
   ByVal folder As String, _
   ByVal dte As DTE _
)
[C#]
public static void SetDesignProjectURL(
   string folder,
   DTE dte
);

Parameters

folder
The name of the design-time project URL.
dte
The DTE object of the Visual Studio instance.

Remarks

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

See Also

Global Class | Parastream.PagePorter Namespace