ItemScope 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.
Enumerates the scope of the items in the explorer.
This enumeration supports a bitwise combination of its member values.
public enum class ItemScope
[System.Flags]
public enum ItemScope
[<System.Flags>]
type ItemScope =
Public Enum ItemScope
- Inheritance
-
ItemScope
- Attributes
Fields
Name | Value | Description |
---|---|---|
Any | 0 | Specifies the item scope to any. |
Browsable | 1 | Specifies the item scope to browsable. |
Viewable | 2 | Specifies the item scope to viewable. |