SourceInformation Structure
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents the source text of a XAML file and the related project information that is required to parse the file.
Namespace: Microsoft.Xaml
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Structure SourceInformation
'Usage
Dim instance As SourceInformation
[SerializableAttribute]
public struct SourceInformation
[SerializableAttribute]
public value class SourceInformation
JScript supports the use of structures, but not the declaration of new ones.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.