IEventBindingService.GetCompatibleMethods(EventDescriptor) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得具有與指定事件相容之方法簽章的事件處理常式方法的集合。
public:
System::Collections::ICollection ^ GetCompatibleMethods(System::ComponentModel::EventDescriptor ^ e);
public System.Collections.ICollection GetCompatibleMethods (System.ComponentModel.EventDescriptor e);
abstract member GetCompatibleMethods : System.ComponentModel.EventDescriptor -> System.Collections.ICollection
Public Function GetCompatibleMethods (e As EventDescriptor) As ICollection
參數
要為其取得相容事件處理常式方法的事件。
傳回
字串的集合。
備註
集合中的每個字串都是方法的名稱,這個方法具有與指定事件相容的方法簽章。