次の方法で共有


Visible プロパティ

拡張機能がユーザー インターフェイスに表示されるかどうかを示す値を取得します。

名前空間:  ReportService2006
アセンブリ:  ReportService2006 (ReportService2006.dll)

構文

'宣言
Public Property Visible As Boolean
    Get
    Set
'使用
Dim instance As Extension
Dim value As Boolean

value = instance.Visible

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

プロパティ値

型: System. . :: . .Boolean
拡張機能がユーザー インターフェイスに表示される場合は true、表示されない場合は false です。