Compartilhar via


IVsPublishableProjectCfg.StartPublish(IVsOutputWindowPane, UInt32) Method

Definition

Begins publishing.

public:
 int StartPublish(Microsoft::VisualStudio::Shell::Interop::IVsOutputWindowPane ^ pIVsOutputWindowPane, System::UInt32 dwOptions);
public:
 int StartPublish(Microsoft::VisualStudio::Shell::Interop::IVsOutputWindowPane ^ pIVsOutputWindowPane, unsigned int dwOptions);
int StartPublish(Microsoft::VisualStudio::Shell::Interop::IVsOutputWindowPane const & pIVsOutputWindowPane, unsigned int dwOptions);
public int StartPublish (Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPane pIVsOutputWindowPane, uint dwOptions);
abstract member StartPublish : Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPane * uint32 -> int
Public Function StartPublish (pIVsOutputWindowPane As IVsOutputWindowPane, dwOptions As UInteger) As Integer

Parameters

pIVsOutputWindowPane
IVsOutputWindowPane

[in] Pointer to an IVsOutputWindowPane to use for output.

dwOptions
UInt32

[in] Integer. Specifies publishing options. Implementation dependant.

Returns

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

Remarks

COM Signature

From vsshell80.idl:

[C++]

HRESULT IVsPublishableProjectCfg::StartPublish(  
   [in] IVsOutputWindowPane *pIVsOutputWindowPane,   
   [in] DWORD dwOptions  
);  

Applies to