共用方式為


DesignerCommandSet.GetCommands(String) 方法

定義

傳回命令物件的集合。

public:
 virtual System::Collections::ICollection ^ GetCommands(System::String ^ name);
public virtual System.Collections.ICollection GetCommands (string name);
public virtual System.Collections.ICollection? GetCommands (string name);
abstract member GetCommands : string -> System.Collections.ICollection
override this.GetCommands : string -> System.Collections.ICollection
Public Overridable Function GetCommands (name As String) As ICollection

參數

name
String

要傳回的集合型別,表示 DesignerActionListCollectionDesignerVerbCollection

傳回

集合,包含命令物件的指定類型:DesignerActionListDesignerVerb。 這個基底實作一定會傳回 null

備註

雖然基底實作一律會傳 null回 ,但程式設計人員所提供的覆寫版本應該傳回 所描述 name之型別的命令物件集合。 和 ActionLists 屬性的Verbs基底實作會指定此參數的下列值和意義。

String 意義
“ActionLists” 傳回與元件相關聯之所有智慧標記的集合。
“Verbs” 傳回與元件相關聯之所有設計工具動詞的集合。

適用於

另請參閱