PropertyTabAttribute.TabScopes 属性

定义

获取该 PropertyTabAttribute 的每个选项卡的选项卡范围数组。

public:
 property cli::array <System::ComponentModel::PropertyTabScope> ^ TabScopes { cli::array <System::ComponentModel::PropertyTabScope> ^ get(); };
public System.ComponentModel.PropertyTabScope[] TabScopes { get; }
member this.TabScopes : System.ComponentModel.PropertyTabScope[]
Public ReadOnly Property TabScopes As PropertyTabScope()

属性值

指示选项卡范围的 PropertyTabScope 对象的数组。

适用于

另请参阅