Configuration 클래스

Represents a Configuration object.

상속 계층

System.Object
  Microsoft.SqlServer.Management.UI.VSIntegration.Editors.Configuration

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

구문

‘선언
Public NotInheritable Class Configuration _
    Implements IVsDebuggableProjectCfg, IVsProjectCfg, IVsCfg, IVsDebuggerEvents
‘사용 방법
Dim instance As Configuration
public sealed class Configuration : IVsDebuggableProjectCfg, 
    IVsProjectCfg, IVsCfg, IVsDebuggerEvents
public ref class Configuration sealed : IVsDebuggableProjectCfg, 
    IVsProjectCfg, IVsCfg, IVsDebuggerEvents
[<SealedAttribute>]
type Configuration =  
    class 
        interface IVsDebuggableProjectCfg 
        interface IVsProjectCfg 
        interface IVsCfg 
        interface IVsDebuggerEvents 
    end
public final class Configuration implements IVsDebuggableProjectCfg, IVsProjectCfg, IVsCfg, IVsDebuggerEvents

Configuration 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 Configuration Creates a new instance of the Configuration class.

맨 위로 이동

속성

  이름 설명
공용 속성정적 멤버 DisplayName Gets the display name of the configuration.

맨 위로 이동

메서드

  이름 설명
공용 메서드 EnumOutputs Obsolete. Do not use.
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 get_BuildableProjectCfg Provides access to a configuration IVsBuildableProjectCfg interface that is used to manage the build process.
공용 메서드 get_CanonicalName Gets the canonical name of a configuration object.
공용 메서드 get_DisplayName Gets a string that describes the configuration and can be displayed in the environment UI.
공용 메서드 get_IsDebugOnly Obsolete. Returns an integer value of zero.
공용 메서드 get_IsPackaged Obsolete method. Do not use.
공용 메서드 get_IsReleaseOnly Obsolete. Do not use.
공용 메서드 get_IsSpecifyingOutputSupported Obsolete method. Do not use.
공용 메서드 get_Platform Obsolete method. Do not use.
공용 메서드 get_ProjectCfgProvider Obsolete. Do not use.
공용 메서드 get_RootURL Gets a configuration root URL for output items.
공용 메서드 get_TargetCodePage Obsolete method. Do not use.
공용 메서드 get_UpdateSequenceNumber Obsolete method. Do not use.
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 OpenOutput Obsolete. Do not use.
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 메서드 IVsDebuggableProjectCfgDebugLaunch Interop provider.
명시적 인터페이스 구현전용 메서드 IVsDebuggerEventsOnModeChange Interop provider.
명시적 인터페이스 구현전용 메서드 IVsDebuggableProjectCfgQueryDebugLaunch Interop provider.

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Management.UI.VSIntegration.Editors 네임스페이스