Project.PromptForProject Method

Prompt for a project
Public Shared Function PromptForProject( _ 
ByVal show_recent As Boolean, _ 
ByRef cancelled As Boolean, _ 
Optional ByVal parent_window As IWin32Window = null _ 
) As DataOperationResponse(Of ProjectInfo)
This language is not supported or no code example is available.
public static DataOperationResponse<ProjectInfo> PromptForProject( 
bool show_recent
out bool cancelled
IWin32Window parent_window = null 
)
This language is not supported or no code example is available.
public:  
static DataOperationResponse<ProjectInfo^>^ PromptForProject( 
bool show_recent
bool& cancelled
IWin32Window^ parent_window 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

show_recent
bool

whether or not to show recent projects

cancelled
bool

whether or not the user cancelled

parent_window
IWin32Window

an optional parent window for the UI

Return Value

DataOperationResponse<ProjectInfo>

the result of the operation and any selected project

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition