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 値。

属性

次のコード例は、テキスト ブロックに対して定義されているローカライズ コメントを取得する方法を示しています。

注釈

ローカライズ コメントは、アプリケーション開発者が含む自由形式のテキストです。

適用対象

こちらもご覧ください