CodeTypeReferenceOptions 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.
Specifies how the code type reference is to be resolved.
This enumeration supports a bitwise combination of its member values.
public enum class CodeTypeReferenceOptions
[System.Flags]
public enum CodeTypeReferenceOptions
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Serializable]
public enum CodeTypeReferenceOptions
[<System.Flags>]
type CodeTypeReferenceOptions =
[<System.Flags>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Serializable>]
type CodeTypeReferenceOptions =
Public Enum CodeTypeReferenceOptions
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
GlobalReference | 1 | Resolve the type from the root namespace. |
GenericTypeParameter | 2 | Resolve the type from the type parameter. |
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.