ISignature.Documentation 属性

定义

获取与此签名关联的文档的内容。

public:
 property System::String ^ Documentation { System::String ^ get(); };
public:
 property Platform::String ^ Documentation { Platform::String ^ get(); };
public string Documentation { get; }
member this.Documentation : string
Public ReadOnly Property Documentation As String

属性值

String

介绍方法和签名的文档。

注解

此文本可以与 IntelliSense 工具中的签名一起出现。

适用于