ISignature.Documentation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与此签名关联的文档的内容。
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
属性值
介绍方法和签名的文档。
注解
此文本可以与 IntelliSense 工具中的签名一起出现。