ResXDataNode.Comment 属性

定义

获取或设置关于此资源的任意注释。

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 ,并调用 ResXResourceReader.GetEnumerator 方法检索IDictionaryEnumerator用于枚举 XML 资源文件中项的对象,来访问Comment现有 XML 资源文件中数据节点的 属性true。 属性 IDictionaryEnumerator.Value 返回 ResXDataNode 对象。

适用于