Lists all configuration passes to which this setting can be
applied.
Namespace:
Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly:
Microsoft.ComponentStudio.ComponentPlatformInterface (in
microsoft.componentstudio.componentplatforminterface.dll)
Usage
Visual Basic |
Dim settingDefinition1 As SettingDefinition
Dim returnValue As ReadOnlyCollection(Of ConfigurationPass)
returnValue = settingDefinition1.ApplicableConfigurationPasses
|
Syntax
Visual Basic |
Public MustOverride ReadOnly Property ApplicableConfigurationPasses() As ReadOnlyCollection(Of ConfigurationPass)
|
C# |
public abstract ReadOnlyCollection<ConfigurationPass> ApplicableConfigurationPasses {get;}
|
J# |
public abstract ReadOnlyCollection<ConfigurationPass> get_ApplicableConfigurationPasses();
|
JScript |
JScript does not support Generics.
|
Property Value
The collection of all configuration passes to which this setting
can be applied.
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server
2003, Windows Vista, and Windows 2000
Target Platforms
See Also