MsoPathFormat 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ファイルまたはフォルダー パスの形式を指定します。
public enum class MsoPathFormat
public enum MsoPathFormat
type MsoPathFormat =
Public Enum MsoPathFormat
- 継承
-
MsoPathFormat
フィールド
名前 | 値 | 説明 |
---|---|---|
msoPathTypeMixed | -2 | 混在形式を表します。 |
msoPathTypeNone | 0 | 形式なしを表します。 |
msoPathType1 | 1 | Type1 形式を表します。 |
msoPathType2 | 2 | Type2 形式を表します。 |
msoPathType3 | 3 | Type3 形式を表します。 |
msoPathType4 | 4 | Type4 形式を表します。 |