TextPatternRangeEndpoint 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
TextPatternRangeのメソッドを呼び出すときにエンドポイントを識別できるようにします。 各 TextPatternRange には、2 つのエンドポイント (Start と End) があります。
public enum class TextPatternRangeEndpoint
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("62242CAC-9CD0-4364-813D-4F0A36DD842D")]
public enum TextPatternRangeEndpoint
public enum TextPatternRangeEndpoint
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("62242CAC-9CD0-4364-813D-4F0A36DD842D")>]
type TextPatternRangeEndpoint =
type TextPatternRangeEndpoint =
Public Enum TextPatternRangeEndpoint
- 継承
- 属性
フィールド
| 名前 | 値 | 説明 |
|---|---|---|
| Start | 0 | 範囲の開始点を識別します。 |
| End | 1 | 範囲の終点を識別します。 |