IVsPreviewChangesEngine.GetConfirmation(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the dialog confirmation text.
public:
int GetConfirmation([Runtime::InteropServices::Out] System::String ^ % pbstrConfirmation);
int GetConfirmation([Runtime::InteropServices::Out] std::wstring const & & pbstrConfirmation);
public int GetConfirmation (out string pbstrConfirmation);
abstract member GetConfirmation : string -> int
Public Function GetConfirmation (ByRef pbstrConfirmation As String) As Integer
Parameters
- pbstrConfirmation
- String
[out] The text of the dialog confirmation.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
HRESULT GetConfirmation([out] BSTR *pbstrConfirmation);