Поделиться через


Свойство Visible

Indicates whether an extension is visible in a user interface.

Пространство имен:  Microsoft.ReportingServices.Interfaces
Сборки:   Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)

Синтаксис

'Декларация
Public ReadOnly Property Visible As Boolean
    Get
'Применение
Dim instance As Extension
Dim value As Boolean

value = instance.Visible
public bool Visible { get; }
public:
property bool Visible {
    bool get ();
}
member Visible : bool
function get Visible () : boolean

Значение свойства

Тип: System. . :: . .Boolean
A Boolean value indicating whether the extension is visible.