IVsIntellisenseProjectHost.GetCompilerOptions(String) Methode

Definition

Ruft die aktuellen Compileroptionen ab.

public:
 int GetCompilerOptions([Runtime::InteropServices::Out] System::String ^ % pbstrOptions);
int GetCompilerOptions([Runtime::InteropServices::Out] std::wstring const & & pbstrOptions);
public int GetCompilerOptions (out string pbstrOptions);
abstract member GetCompilerOptions : string -> int
Public Function GetCompilerOptions (ByRef pbstrOptions As String) As Integer

Parameter

pbstrOptions
String

[out] Zeiger auf eine Zeichenfolge, die die aktuellen Compileroptionen enthält.

Gibt zurück

Int32

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

Gilt für