Expression.DebugInfo(SymbolDocumentInfo, Int32, Int32, Int32, Int32) Yöntem

Tanım

Belirtilen yayılma alanıyla bir DebugInfoExpression oluşturur.

public:
 static System::Linq::Expressions::DebugInfoExpression ^ DebugInfo(System::Linq::Expressions::SymbolDocumentInfo ^ document, int startLine, int startColumn, int endLine, int endColumn);
public static System.Linq.Expressions.DebugInfoExpression DebugInfo (System.Linq.Expressions.SymbolDocumentInfo document, int startLine, int startColumn, int endLine, int endColumn);
static member DebugInfo : System.Linq.Expressions.SymbolDocumentInfo * int * int * int * int -> System.Linq.Expressions.DebugInfoExpression
Public Shared Function DebugInfo (document As SymbolDocumentInfo, startLine As Integer, startColumn As Integer, endLine As Integer, endColumn As Integer) As DebugInfoExpression

Parametreler

document
SymbolDocumentInfo

SymbolDocumentInfo Kaynak dosyayı temsil eden.

startLine
Int32

Bu DebugInfoExpressionöğesinin başlangıç satırı. 0'dan büyük olmalıdır.

startColumn
Int32

Bu DebugInfoExpressionöğesinin başlangıç sütunu. 0'dan büyük olmalıdır.

endLine
Int32

Bu DebugInfoExpressionöğesinin bitiş satırı. Başlangıç satırından büyük veya eşit olmalıdır.

endColumn
Int32

Bu DebugInfoExpressionöğesinin bitiş sütunu. Bitiş çizgisi başlangıç çizgisiyle aynıysa, başlangıç sütunundan büyük veya eşit olmalıdır. Her durumda, 0'dan büyük olmalıdır.

Döndürülenler

DebugInfoExpression öğesinin bir örneği.

Şunlara uygulanır