ExtensibilityDiagnosticReporter<TItem,VConfiguration>.GetItemName 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.
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.