Gets whether or not this node can execute commands if it is selected.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overrides ReadOnly Property CanExecuteCommand As Boolean
'使用
Dim instance As NestedProjectNode
Dim value As Boolean
value = instance.CanExecuteCommand
public override bool CanExecuteCommand { get; }
public:
virtual property bool CanExecuteCommand {
bool get () override;
}
public override function get CanExecuteCommand () : boolean
Property Value
Type: System.Boolean
Always returns false.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.