Localization.GetComments(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從指定的項目取得 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
參數
傳回
String 值,表示當地語系化註解。
- 屬性
範例
下列程式碼範例示範如何擷取為文字區塊定義的當地語系化批註。
備註
當地語系化批註是應用程式開發人員所包含的自由格式文字。