IVsDeployableProjectCfg2::QueryStartDeploy Method (UInt32, array<Int32>^, array<Int32>^)

 

Checks for whether or not you can deploy a project with a given set of options.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

int QueryStartDeploy(
	unsigned int dwOptions,
	array<int>^ pfSupported,
	array<int>^ pfReady
)

Parameters

dwOptions
Type: System::UInt32

 [in] Bit flags specifying deployment options. Unused.

pfSupported
Type: array<System::Int32>^

 [out] Optional. Pointer to a Boolean. Set to true if deployment supported. Specify null if not using.

pfReady
Type: array<System::Int32>^

 [out] Optional. Pointer to a Boolean. Set to true if the project is ready to deploy. Specify null if not using.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Return to top
Show: