enumFileFormat 列挙体
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
マイクロソフト内部でのみ使用。
名前空間: Microsoft.VisualStudio.VCProjectEngine
アセンブリ: Microsoft.VisualStudio.VCProjectEngine (Microsoft.VisualStudio.VCProjectEngine.dll 内)
構文
'宣言
Public Enumeration enumFileFormat
public enum enumFileFormat
public enum class enumFileFormat
type enumFileFormat
public enum enumFileFormat
メンバー
| メンバー名 | 説明 |
|---|---|
| eANSI | ANSI オプションの列挙値 |
| eUTF8 | UTF8 オプションの列挙値 |
| eUnicode | Unicode オプションの列挙値 |