ResXDataNode.Comment 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定有關這個資源的任意註解。
public:
property System::String ^ Comment { System::String ^ get(); void set(System::String ^ value); };
public string Comment { get; set; }
member this.Comment : string with get, set
Public Property Comment As String
屬性值
表示註解的字串。
範例
請參閱 類別的 ResXDataNode 範例。
備註
如果尚未將批註指派給資源專案,則屬性的值 Comment 是 String.Empty。
您可以藉由具現化 ResXResourceReader 物件、將 ResXResourceReader.UseResXDataNodes 屬性設定為 true
,以及呼叫 ResXResourceReader.GetEnumerator 方法來擷取IDictionaryEnumerator您用來列舉 XML 資源檔中項目的物件,以存取Comment現有 XML 資源檔中的數據節點屬性。 屬性會 IDictionaryEnumerator.Value 傳 ResXDataNode 回物件。