DeploymentProviderSettingCollection Class
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.
Provides a collection of DeploymentProviderSetting objects.
public ref class DeploymentProviderSettingCollection : System::Collections::Generic::IEnumerable<Microsoft::Web::Deployment::DeploymentProviderSetting ^>
public class DeploymentProviderSettingCollection : System.Collections.Generic.IEnumerable<Microsoft.Web.Deployment.DeploymentProviderSetting>
type DeploymentProviderSettingCollection = class
interface seq<DeploymentProviderSetting>
interface IEnumerable
Public Class DeploymentProviderSettingCollection
Implements IEnumerable(Of DeploymentProviderSetting)
- Inheritance
-
DeploymentProviderSettingCollection
- Implements
Properties
Count |
Gets the number of DeploymentProviderSetting objects in the current collection. |
Item[String] |
Gets an item with the specified name from the current collection. |
Methods
GetEnumerator() |
Gets an enumerator that iterates through the collection. |
GetValueOrDefault<T>(String, T) |
Gets the value with the specified name, or uses a default value if the object is not found in the collection. |
TryGetValue(String, DeploymentProviderSetting) |
Gets the setting value associated with the specified name. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |