AutomationPeer.GetFullDescription 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 localized string that describes the actual visual appearance or contents of something such as an image or image control.
public:
virtual Platform::String ^ GetFullDescription() = GetFullDescription;
winrt::hstring GetFullDescription();
public string GetFullDescription();
function getFullDescription()
Public Function GetFullDescription () As String
Returns
A localized string that describes the actual visual appearance or contents of something such as an image or image control.
Windows requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|