Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Indicates whether to generate completions.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Xaml
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration CompletionOptions
'Usage
Dim instance As CompletionOptions
[FlagsAttribute]
public enum CompletionOptions
[FlagsAttribute]
public enum class CompletionOptions
public enum CompletionOptions
Members
Member name | Description | |
---|---|---|
Default | Completions should be generated as normal. | |
OnNameEndOnly | Completions should be generated only if the current position is at the end of the identifier. |