ExtensibilityDiagnosticReporter<TItem,VConfiguration>.GetItemName Method

Definition

Gets the unique identifier of an item.

protected abstract string GetItemName (TItem item);
abstract member GetItemName : 'Item -> string
Protected MustOverride Function GetItemName (item As TItem) As String

Parameters

item
TItem

The item to get the identifier of.

Returns

The unique identifier.

Applies to