NestedProjectNode.CanExecuteCommand Property

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

See Also

Reference

NestedProjectNode Class

NestedProjectNode Members

Microsoft.VisualStudio.Package Namespace