Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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. |