CommentInfo.BlockEnd 属性

定义

指定定义块注释末尾的字符字符串。

public:
 property System::String ^ BlockEnd { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ BlockEnd { Platform::String ^ get(); void set(Platform::String ^ value); };
public string BlockEnd { get; set; }
member this.BlockEnd : string with get, set
Public Property BlockEnd As String

属性值

String

返回定义块注释末尾的字符字符串。

适用于