Localization.GetComments(Object) 方法

定义

从指定元素获取 CommentsProperty 附加属性的值。

public:
 static System::String ^ GetComments(System::Object ^ element);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Object))]
public static string GetComments (object element);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Object))>]
static member GetComments : obj -> string
Public Shared Function GetComments (element As Object) As String

参数

element
Object

一个 Object,表示要检索其附加属性的元素。

返回

一个 String 值,表示本地化注释。

属性

示例

下面的代码示例演示如何检索为文本块定义的本地化注释。

注解

本地化注释是应用程序开发人员包含的自由格式文本。

适用于

另请参阅