FlavoredProjectBase.GetCanonicalName(UInt32, String) Method

Definition

Gets the canonical name of the specified element.

protected:
 virtual int GetCanonicalName(System::UInt32 itemId, [Runtime::InteropServices::Out] System::String ^ % name);
protected virtual int GetCanonicalName (uint itemId, out string name);
abstract member GetCanonicalName : uint32 * string -> int
override this.GetCanonicalName : uint32 * string -> int
Protected Overridable Function GetCanonicalName (itemId As UInteger, ByRef name As String) As Integer

Parameters

itemId
UInt32

The ID of the element.

name
String

[out] The name.

Returns

Returns Int32.

Applies to