Configuration Class

 

Represents a Configuration object.

Namespace:   Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors (in SQLEditors.dll)

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

public ref class Configuration sealed : IVsDebuggableProjectCfg, 
	IVsProjectCfg, IVsCfg, IVsDebuggerEvents

NameDescription
System_CAPS_pubmethodConfiguration()

Creates a new instance of the Configuration class.

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticDisplayName

Gets the display name of the configuration.

NameDescription
System_CAPS_pubmethodEnumOutputs(IVsEnumOutputs^%)

Obsolete. Do not use.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodget_BuildableProjectCfg(IVsBuildableProjectCfg^%)

Provides access to a configuration IVsBuildableProjectCfg interface that is used to manage the build process.

System_CAPS_pubmethodget_CanonicalName(String^%)

Gets the canonical name of a configuration object.

System_CAPS_pubmethodget_DisplayName(String^%)

Gets a string that describes the configuration and can be displayed in the environment UI.

System_CAPS_pubmethodget_IsDebugOnly(Int32%)

Obsolete. Returns an integer value of zero.

System_CAPS_pubmethodget_IsPackaged(Int32%)

Obsolete method. Do not use.

System_CAPS_pubmethodget_IsReleaseOnly(Int32%)

Obsolete. Do not use.

System_CAPS_pubmethodget_IsSpecifyingOutputSupported(Int32%)

Obsolete method. Do not use.

System_CAPS_pubmethodget_Platform(Guid%)

Obsolete method. Do not use.

System_CAPS_pubmethodget_ProjectCfgProvider(IVsProjectCfgProvider^%)

Obsolete. Do not use.

System_CAPS_pubmethodget_RootURL(String^%)

Gets a configuration root URL for output items.

System_CAPS_pubmethodget_TargetCodePage(UInt32%)

Obsolete method. Do not use.

System_CAPS_pubmethodget_UpdateSequenceNumber(array<ULARGE_INTEGER>^)

Obsolete method. Do not use.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodOpenOutput(String^, IVsOutput^%)

Obsolete. Do not use.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: