CodeTypeReferenceOptions Enumeráció
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Megadja a kódtípus-hivatkozás feloldásának módját.
Ez a felsorolás támogatja a tagértékek bitenkénti kombinációját.
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
- Öröklődés
- Attribútumok
Mezők
| Name | Érték | Description |
|---|---|---|
| GlobalReference | 1 | Oldja fel a típust a gyökérnévtérből. |
| GenericTypeParameter | 2 | Oldja fel a típust a típusparaméterből. |