WorkspaceVisualNodeBase.QueryStatus(Guid, UInt32, UInt32, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
仅此节点的命令路由查询状态结果。
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
用于动态标题命令
返回
处理命令时为 true