AutomationProperties.GetFullDescription(DependencyObject) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取描述指定 DependencyObject 的视觉外观或内容的本地化字符串。
public:
static Platform::String ^ GetFullDescription(DependencyObject ^ element);
static winrt::hstring GetFullDescription(DependencyObject const& element);
public static string GetFullDescription(DependencyObject element);
function getFullDescription(element)
Public Shared Function GetFullDescription (element As DependencyObject) As String
参数
- element
- DependencyObject
要获取其完整说明的对象。
返回
描述 元素 参数中指定的对象的视觉外观或内容的本地化字符串。