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.