EnclosingScopes Enum
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.
This enumeration is returned as a result of a querying call to GetPropertyScope or GetCollectionScope methods of the SettingsManager class to learn the enclosing scopes of the provided property or collection. This is a flags enumeration meaning that it is possible that more than one enumeration flag could be set for the corresponding scopes.
This enumeration supports a bitwise combination of its member values.
public enum class EnclosingScopes
public enum class EnclosingScopes
enum EnclosingScopes
[System.Flags]
public enum EnclosingScopes
[<System.Flags>]
type EnclosingScopes =
Public Enum EnclosingScopes
- Inheritance
-
EnclosingScopes
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | None of the scopes contains the property or the collection. |
Configuration | 1 | Configuration scope contains the property or the collection. |
UserSettings | 2 | User Settings scope contains the property or the collection. |
Remote | 4 | Remote scope contains the property or the collection. |
Remarks
This is a flags enumeration meaning that it is possible that more than one enumeration flag could be set for the corresponding scopes.