Microsoft.Xaml Namespace
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Provides an infrastructure for handling XAML documents in the Windows Presentation Foundation (WPF) Designer for Visual Studio.
Classes
Class | Description | |
---|---|---|
![]() |
RQHelper | Infrastructure. Helper class for the XAML parser. |
![]() |
XamlLanguageService | Infrastructure. The implementation of the IXamlLanguageService interface. |
Structures
Structure | Description | |
---|---|---|
![]() |
EventBinding | Infrastructure. Represents a binding between an event and an event handler. |
![]() |
EventDescription | Infrastructure. Represents an event description used to in an event binding. |
![]() |
EventParameter | Infrastructure. Represents a descriptor of an event parameter that describes an event in an event binding. |
![]() |
SemanticRange | Infrastructure. Represents outline ranges in the XAML file. |
![]() |
SourceInformation | Infrastructure. Represents the source text of a XAML file and the related project information that is required to parse the file. |
Interfaces
Interface | Description | |
---|---|---|
![]() |
IMarshaledXamlLanguageService | Infrastructure. Returns file contexts for the specified XAML SourceInformation. |
![]() |
IXamlCompletion | Infrastructure. Completion information returned by IXamlFileInformationContext for a particular location in the file. |
![]() |
IXamlFileInformationContext | Infrastructure. A context interface for a particular XAML file. |
![]() |
IXamlLanguageService | Infrastructure. The XAML language service. |
Enumerations
Enumeration | Description | |
---|---|---|
![]() |
CompletionOptions | Infrastructure. Indicates whether to generate completions. |
![]() |
EventParameterModifier | Infrastructure. Parameter modifiers for event parameters that describe the parameter type. |
![]() |
FormattingOptions | Infrastructure. Flags for the XamlLanguageService.FormatSource method that control how the source is formatted. |
![]() |
ReferenceOptions | Infrastructure. Provides flags to specify the return type of the GetReferences method. |
![]() |
XamlCompletionKind | Infrastructure. Specifies the kind of completion a given IXamlCompletion represents. |
![]() |
XamlPrepareOptions | Infrastructure. Options passed to the Update method to help it prepare for calls. |