sgenGenerationOption 列挙体
シリアル化生成システムの状態を示します。
名前空間: VSLangProj80
アセンブリ: VSLangProj80 (VSLangProj80.dll 内)
構文
'宣言
<GuidAttribute("DEBB3D21-A024-410E-AA3B-1ABC31625EB7")> _
Public Enumeration sgenGenerationOption
[GuidAttribute("DEBB3D21-A024-410E-AA3B-1ABC31625EB7")]
public enum sgenGenerationOption
[GuidAttribute(L"DEBB3D21-A024-410E-AA3B-1ABC31625EB7")]
public enum class sgenGenerationOption
[<GuidAttribute("DEBB3D21-A024-410E-AA3B-1ABC31625EB7")>]
type sgenGenerationOption
public enum sgenGenerationOption
メンバー
メンバー名 | 説明 | |
---|---|---|
sgenGenerationOption_Off | シリアル化のアセンブリはオフです。 | |
sgenGenerationOption_On | シリアル化のアセンブリはオンです。 | |
sgenGenerationOption_Auto | シリアル化のアセンブリは自動的に決定されます。 |