다음을 통해 공유


IsFrameActive 속성

Returns true if frame is currently active.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
어셈블리:  SQLEditors.VS(SQLEditors.VS.dll)

구문

‘선언
Protected ReadOnly Property IsFrameActive As Boolean
    Get
‘사용 방법
Dim value As Boolean

value = Me.IsFrameActive
protected bool IsFrameActive { get; }
protected:
property bool IsFrameActive {
    bool get ();
}
member IsFrameActive : bool
function get IsFrameActive () : boolean

속성 값

유형: System. . :: . .Boolean
A Boolean value, True if frame is currently active.