DesignerCommandSet.GetCommands(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回命令物件的集合。
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
要傳回的集合型別,表示 DesignerActionListCollection 或 DesignerVerbCollection。
傳回
集合,包含命令物件的指定類型:DesignerActionList 或 DesignerVerb。 這個基底實作一定會傳回 null
。
備註
雖然基底實作一律會傳 null
回 ,但程式設計人員所提供的覆寫版本應該傳回 所描述 name
之型別的命令物件集合。 和 ActionLists 屬性的Verbs基底實作會指定此參數的下列值和意義。
String | 意義 |
---|---|
“ActionLists” | 傳回與元件相關聯之所有智慧標記的集合。 |
“Verbs” | 傳回與元件相關聯之所有設計工具動詞的集合。 |