DynamicCommandAnchor.CommandConfiguration Property

Definition

Gets the configuration for this command anchor. The value of this property is evaluated at compile time when building the Visual Studio extension.

[Microsoft.VisualStudio.Extensibility.CompileTimeEvaluation]
public abstract Microsoft.VisualStudio.Extensibility.Commands.DynamicCommandAnchorConfiguration CommandConfiguration { get; }
[<Microsoft.VisualStudio.Extensibility.CompileTimeEvaluation>]
member this.CommandConfiguration : Microsoft.VisualStudio.Extensibility.Commands.DynamicCommandAnchorConfiguration
Public MustOverride ReadOnly Property CommandConfiguration As DynamicCommandAnchorConfiguration

Property Value

Attributes

Applies to