ExtensibilityDiagnosticEventReporter<T>.GetItemName(T) 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 override string GetItemName (T item);
override this.GetItemName : 'T -> string
Protected Overrides Function GetItemName (item As T) As String
Parameters
- item
- T
The item to get the identifier of.
Returns
The unique identifier.