IWebFileCtxService.GetIntellisenseProjectName(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.
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.