IVsCodeShareHandler.GetStdHelp(UInt32, Int32) Methode

Definition

Methode für die interne Schnittstelle. Darf nicht verwendet werden.

public:
 int GetStdHelp(System::UInt32 wCmd, int lContext);
public:
 int GetStdHelp(unsigned int wCmd, int lContext);
int GetStdHelp(unsigned int wCmd, int lContext);
public int GetStdHelp (uint wCmd, int lContext);
abstract member GetStdHelp : uint32 * int -> int
Public Function GetStdHelp (wCmd As UInteger, lContext As Integer) As Integer

Parameter

wCmd
UInt32

[in]

lContext
Int32

[in]

Gibt zurück

Int32

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Aus vsshell. idl:

HRESULT IVsCodeShareHandler::GetStdHelp(  
   [in] UINT wCmd,   
   [in] LONG lContext  
);  

Gilt für