IParameter.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

文档。

注解

此时会显示此参数。

适用于