ItemScope Enum

Definition

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

Any 0

Specifies the item scope to any.

Browsable 1

Specifies the item scope to browsable.

Viewable 2

Specifies the item scope to viewable.

Applies to