FlavoredProjectBase.IVsHierarchy.GetCanonicalName(UInt32, 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.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsHierarchy.GetCanonicalName(System::UInt32 itemId, [Runtime::InteropServices::Out] System::String ^ % name) = Microsoft::VisualStudio::Shell::Interop::IVsHierarchy::GetCanonicalName;
int IVsHierarchy.GetCanonicalName (uint itemId, out string name);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsHierarchy.GetCanonicalName : uint32 * string -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsHierarchy.GetCanonicalName : uint32 * string -> int
Function GetCanonicalName (itemId As UInteger, ByRef name As String) As Integer Implements IVsHierarchy.GetCanonicalName
Parameters
- itemId
- UInt32
- name
- String
Returns
The HRESULT.