DeploymentProviderFactory.GetSupportedSettings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an array of DeploymentProviderSettingInfo objects associated with the current deployment provider factory.
public:
virtual cli::array <Microsoft::Web::Deployment::DeploymentProviderSettingInfo ^> ^ GetSupportedSettings();
public virtual Microsoft.Web.Deployment.DeploymentProviderSettingInfo[] GetSupportedSettings();
abstract member GetSupportedSettings : unit -> Microsoft.Web.Deployment.DeploymentProviderSettingInfo[]
override this.GetSupportedSettings : unit -> Microsoft.Web.Deployment.DeploymentProviderSettingInfo[]
Public Overridable Function GetSupportedSettings () As DeploymentProviderSettingInfo()
Returns
An array of DeploymentProviderSettingInfo objects.