ResourcePropertyKind 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.
Enumeration for the kinds of properties that a resource can have.
This enumeration supports a bitwise combination of its member values.
public enum class ResourcePropertyKind
[System.Flags]
public enum ResourcePropertyKind
[<System.Flags>]
type ResourcePropertyKind =
Public Enum ResourcePropertyKind
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
Primitive | 1 | A primitive type property. |
Key | 2 | A property that is part of the key. |
ComplexType | 4 | Complex or compound property. |
ResourceReference | 8 | A reference to another resource. |
ResourceSetReference | 16 | A reference to a resource set. |
ETag | 32 | An |
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.