ItemOrigin 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.
Value that indicates the origin of an entry in the table. It is used for filtering out results from remote locations: The entry with lower value is kept and entry with higher value is discarded.
User interface may also sort reference items by their origin.
public enum class ItemOrigin
public enum ItemOrigin
type ItemOrigin =
Public Enum ItemOrigin
- Inheritance
-
ItemOrigin
Fields
Name | Value | Description |
---|---|---|
Exact | 0 | |
ExactMetadata | 1000 | |
Indexed | 2000 | |
IndexedInRepo | 2100 | |
IndexedInOrganization | 2200 | |
IndexedInThirdParty | 2300 | |
Other | 2147483647 |
Remarks
Base type for the value returned when calling TryGetValue(String, Object) and TryGetValue(Int32, String, Object) using the ItemOrigin key.