次の方法で共有


SupportsGenericQueryDesignerAttribute.SupportsGenericQueryDesigner プロパティ

定義

IQueryDesigner がカスタム テキスト モードをサポートするかどうかを示す Boolean 値を取得します。

public:
 property bool SupportsGenericQueryDesigner { bool get(); };
public bool SupportsGenericQueryDesigner { get; }
member this.SupportsGenericQueryDesigner : bool
Public ReadOnly Property SupportsGenericQueryDesigner As Boolean

プロパティ値

IQueryDesigner がカスタム テキスト モードをサポートする場合は true、それ以外の場合は false です。

適用対象