CodeTypeReferenceOptions 列挙型

定義

コード型参照の解決方法を指定します。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

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
継承
CodeTypeReferenceOptions
属性

フィールド

GenericTypeParameter 2

型パラメーターから型を解決します。

GlobalReference 1

ルート名前空間から型を解決します。

適用対象