获取或设置一个值,该值指示此控件是否为窗体上一对控件中的第二个控件。
命名空间: Microsoft.VisualStudio.Data.Schema.Package.UI
程序集: Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)
语法
声明
<BrowsableAttribute(False)> _
Public WriteOnly Property SecondControlInAPair As Boolean
Set
[BrowsableAttribute(false)]
public bool SecondControlInAPair { set; }
[BrowsableAttribute(false)]
public:
property bool SecondControlInAPair {
void set (bool value);
}
[<BrowsableAttribute(false)>]
member SecondControlInAPair : bool with get, set
function set SecondControlInAPair (value : boolean)
属性值
备注
如果您设置了此属性,它将导致按钮上的加速键更改,以便它们不冲突。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。