Dela via


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
Public class RQHelper Infrastructure. Helper class for the XAML parser.
Public class XamlLanguageService Infrastructure. The implementation of the IXamlLanguageService interface.

Structures

  Structure Description
Public structure EventBinding Infrastructure. Represents a binding between an event and an event handler.
Public structure EventDescription Infrastructure. Represents an event description used to in an event binding.
Public structure EventParameter Infrastructure. Represents a descriptor of an event parameter that describes an event in an event binding.
Public structure SemanticRange Infrastructure. Represents outline ranges in the XAML file.
Public structure 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
Public interface IMarshaledXamlLanguageService Infrastructure. Returns file contexts for the specified XAML SourceInformation.
Public interface IXamlCompletion Infrastructure. Completion information returned by IXamlFileInformationContext for a particular location in the file.
Public interface IXamlFileInformationContext Infrastructure. A context interface for a particular XAML file.
Public interface IXamlLanguageService Infrastructure. The XAML language service.

Enumerations

  Enumeration Description
Public enumeration CompletionOptions Infrastructure. Indicates whether to generate completions.
Public enumeration EventParameterModifier Infrastructure. Parameter modifiers for event parameters that describe the parameter type.
Public enumeration FormattingOptions Infrastructure. Flags for the XamlLanguageService.FormatSource method that control how the source is formatted.
Public enumeration ReferenceOptions Infrastructure. Provides flags to specify the return type of the GetReferences method.
Public enumeration XamlCompletionKind Infrastructure. Specifies the kind of completion a given IXamlCompletion represents.
Public enumeration XamlPrepareOptions Infrastructure. Options passed to the Update method to help it prepare for calls.