TextPatternRangeEndpoint 列挙型

定義

TextPatternRange のメソッドを呼び出すときに、エンドポイントを識別できるようにします。 各 TextPatternRange は、StartEnd の 2 つのエンドポイントを持ちます。

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
継承
TextPatternRangeEndpoint
属性

フィールド

End 1

範囲の末尾を識別します。

Start 0

範囲の先頭を識別します。

適用対象