SourceInfo.Deconstruct(Uri, Int32, Int32) Method
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.
Deconstructs a given SourceInfo back to its URI and line numbers.
public:
void Deconstruct([Runtime::InteropServices::Out] Uri ^ % sourceUri, [Runtime::InteropServices::Out] int % lineNumber, [Runtime::InteropServices::Out] int % linePosition);
public void Deconstruct (out Uri sourceUri, out int lineNumber, out int linePosition);
member this.Deconstruct : Uri * int * int -> unit
Public Sub Deconstruct (ByRef sourceUri As Uri, ByRef lineNumber As Integer, ByRef linePosition As Integer)
Parameters
- sourceUri
- Uri
The location of the source file where the object was created.
- lineNumber
- Int32
The line number of the object.
- linePosition
- Int32
The line position of the object.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.