ConfigProvider Class

 

Represents the configuration provider object.

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

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

public ref class ConfigProvider sealed : IVsCfgProvider2, IVsCfgProvider

NameDescription
System_CAPS_pubmethodConfigProvider()

Initializes a new instance of the ConfigProvider class.

NameDescription
System_CAPS_pubpropertyConfiguration

Gets the configuration object.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetCfgs(UInt32, array<IVsCfg^>^, array<UInt32>^, array<UInt32>^)

Returns the per-configuration objects for this object.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

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: