ScriptFactory.GetScriptTypeForWindow(IVsWindowFrame) 메서드

정의

지정된 Visual Studio 창에서 편집되고 있는 스크립트 유형을 가져옵니다.

public:
 Microsoft::SqlServer::Management::UI::VSIntegration::Editors::ScriptType GetScriptTypeForWindow(Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame ^ windowFrame);
public Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ScriptType GetScriptTypeForWindow (Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame windowFrame);
member this.GetScriptTypeForWindow : Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame -> Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ScriptType
Public Function GetScriptTypeForWindow (windowFrame As IVsWindowFrame) As ScriptType

매개 변수

windowFrame
IVsWindowFrame

IVsWindowFrame 개체입니다.

반환

미리 정의된 스크립트 유형 또는 알 수 없음입니다.

적용 대상