Share via


XamlCompletionKind Enumeration

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Specifies the kind of completion a given IXamlCompletion represents.

Namespace:  Microsoft.Xaml
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

'Declaration
Public Enumeration XamlCompletionKind
'Usage
Dim instance As XamlCompletionKind
public enum XamlCompletionKind
public enum class XamlCompletionKind
public enum XamlCompletionKind

Members

Member name Description
Element The completion represents a value.
Attribute The completion represents an attribute.
Value The completion represents an attribute value.
PropertyElement The completion represents a property element.
Prefix The completion represents a XML namespace prefix.
Event The completion represents an event.
Comment The completion represents a comment.
CData The completion represents a CDATA.
ProcessingInstruction The completion represents a processing instruction.
EndTag The completion represents an end tag.
TypePrefix The completion represents a type prefix for an attached property or property elements.
EventHandlerDescription The completion is returned for event handler values indicating that the language service expects the name of an event handler. The description of the event handler is retrieved from the EventDescription property.

See Also

Reference

Microsoft.Xaml Namespace

Other Resources

WPF Designer Extensibility