ReturnContainers 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 enum determines which types of containers are returned from some of the provider methods.
public enum class ReturnContainers
public enum ReturnContainers
type ReturnContainers =
Public Enum ReturnContainers
- Inheritance
-
ReturnContainers
Fields
Name | Value | Description |
---|---|---|
ReturnMatchingContainers | 0 | Only containers that match the filter(s) are returned. |
ReturnAllContainers | 1 | All containers are returned even if they don't match the filter(s). |