CommentInfo.BlockStart 属性

定义

指定定义块注释的开头的字符字符串。

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

属性值

String

返回定义块注释的开头的字符字符串。

适用于