Switch.Description 属性

定义

获取开关的说明。

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

属性值

开关的说明。 默认值为空字符串 ("")。

注解

此属性应指示开关的函数;例如,“为目录观察程序组件启用跟踪”。该值由 descriptor 构造函数中的 Switch 参数设置。

适用于

另请参阅