ホーム › Storage.Packaging.Appx › PackageInfo3Type
PackageInfo3Type
列挙型メンバー 1
| 名前 | 10進 | 16進 |
|---|---|---|
| PackageInfo3Type_PackageInfoGeneration | 16 | 0x10 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum PackageInfo3Type : int {
PackageInfo3Type_PackageInfoGeneration = 16
} PackageInfo3Type;public enum PackageInfo3Type : int
{
PackageInfo3Type_PackageInfoGeneration = 16,
}Public Enum PackageInfo3Type As Integer
PackageInfo3Type_PackageInfoGeneration = 16
End Enumimport enum
class PackageInfo3Type(enum.IntEnum):
PackageInfo3Type_PackageInfoGeneration = 16// PackageInfo3Type
pub const PackageInfo3Type_PackageInfoGeneration: i32 = 16;// PackageInfo3Type
const (
PackageInfo3Type_PackageInfoGeneration int32 = 16
)const
PackageInfo3Type_PackageInfoGeneration = 16;// PackageInfo3Type
pub const PackageInfo3Type_PackageInfoGeneration: i32 = 16;const
PackageInfo3Type_PackageInfoGeneration* = 16enum PackageInfo3Type : int {
PackageInfo3Type_PackageInfoGeneration = 16,
}#define global PackageInfo3Type_PackageInfoGeneration 0x10