CommentInfo.LineStart 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定定义行注释的开头的字符字符串。
public:
property System::String ^ LineStart { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ LineStart { Platform::String ^ get(); void set(Platform::String ^ value); };
public string LineStart { get; set; }
member this.LineStart : string with get, set
Public Property LineStart As String
属性值
返回定义行注释的开头的字符字符串。
注解
如果你的语言支持行注释,则还必须将 UseLineComments 属性设置为 true 。