IWebFileCtxService.GetIntellisenseProjectName(String) Method

Definition

Retrieves the project name for this Intellisense project.

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

Parameters

pbstrProjectName
String

[out] Pointer to a string containing the name of the Intellisense project.

Returns

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

Applies to