FlavoredProjectBase::GetCanonicalName Method (UInt32, String^)

 

Gets the canonical name of the specified element.

Namespace:   Microsoft.VisualStudio.Shell.Flavor
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
virtual int GetCanonicalName(
	unsigned int itemId,
	[OutAttribute] String^% name
)

Parameters

itemId
Type: System::UInt32

The ID of the element.

name
Type: System::String^

[out] The name.

Return Value

Type: System::Int32

Returns Int32.

Return to top
Show: