ItemAutomationPeer.GetItemTypeCore 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 a human-readable string that contains the type of item that the specified UIElement represents.
protected:
override System::String ^ GetItemTypeCore();
protected override string GetItemTypeCore ();
override this.GetItemTypeCore : unit -> string
Protected Overrides Function GetItemTypeCore () As String
Returns
The item type. An example includes "Mail Message" or "Contact".
Remarks
The UIElement corresponds to the data item in the Items collection that is associated with this ItemAutomationPeer. This method is called by GetItemType.
Applies to
See also
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.