ParameterInfo.ParameterValueType 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.
Indicates the parameter value type: literal value or referenced variable name.
public: enum class ParameterInfo::ParameterValueType
public enum ParameterInfo.ParameterValueType
type ParameterInfo.ParameterValueType =
Public Enum ParameterInfo.ParameterValueType
- Inheritance
-
ParameterInfo.ParameterValueType
Fields
Name | Value | Description |
---|---|---|
Literal | 0 | Literal value. |
Referenced | 1 | Referenced variable name. |