อ่านในภาษาอังกฤษ แก้ไข

แชร์ผ่าน


IXamlLineInfo Interface

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Describes a service for reporting text line information in XAML reader implementations.

C#
public interface IXamlLineInfo
Derived

Remarks

XamlXmlReader implements IXamlLineInfo. XamlXmlReader returns IXamlLineInfo values that are based on the position of the XAML reader at the time of the call.

Line number information might be reported in exceptions such as XamlParseException.

Properties

HasLineInfo

Gets a value that specifies whether line information is available.

LineNumber

Gets the line number to report.

LinePosition

Gets the line position to report.

Applies to

ผลิตภัณฑ์ เวอร์ชัน
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also