PagePorter Class Library

Global.GetDesignProjectRootFolder Method 

Gets the design-time project root folder.

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

Parameters

dte
The DTE object of the Visual Studio instance.

Return Value

Returns the design-time project root folder.

Remarks

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

See Also

Global Class | Parastream.PagePorter Namespace