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