IProject.Visible Property
- 更新时间2023-02-21
- 阅读时长2分钟
Gets or sets the visible state of the NI VeriStand Project Explorer window.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Property Visible As Boolean |
| C# |
|---|
bool Visible { get; set; } |
| Visual C++ |
|---|
property bool Visible { bool get (); void set (bool value); } |