IVsContainedLanguageProjectNameProvider::GetProjectName Method (UInt32, String^)
Visual Studio 2015
Gets the name of the project for the specified item.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- itemid
-
Type:
System::UInt32
[in] The id of the item for which to get the project name.
- pbstrProjectName
-
Type:
System::String^
[out] The project name for the specified item.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: