WorkspaceVisualNodeBase.QueryStatus(Guid, UInt32, UInt32, String) 方法

定义

仅此节点的命令路由查询状态结果。

public:
 bool QueryStatus(Guid pguidCmdGroup, System::UInt32 nCmdID, System::UInt32 % cmdf, System::String ^ % customTitle);
public bool QueryStatus (Guid pguidCmdGroup, uint nCmdID, ref uint cmdf, ref string customTitle);
member this.QueryStatus : Guid * uint32 * uint32 * string -> bool
Public Function QueryStatus (pguidCmdGroup As Guid, nCmdID As UInteger, ByRef cmdf As UInteger, ByRef customTitle As String) As Boolean

参数

pguidCmdGroup
Guid

命令 guid

nCmdID
UInt32

命令 id

cmdf
UInt32

命令标志 (此类可见/锁定等)

customTitle
String

用于动态标题命令

返回

Boolean

处理命令时为 true

适用于