PagePorter Class Library

Global.SetDesignProjectFile Method 

Gets or sets the design-time filename currently selected in the Solution Explorer.

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

Parameters

folder
The name of the design-time filename currently selected in the Solution Explorer.
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