Sdílet prostřednictvím


DesignerCommandSet.ActionLists Vlastnost

Definice

Získá kolekci všech inteligentních značek přidružených k navržené komponentě.

public:
 property System::ComponentModel::Design::DesignerActionListCollection ^ ActionLists { System::ComponentModel::Design::DesignerActionListCollection ^ get(); };
public System.ComponentModel.Design.DesignerActionListCollection ActionLists { get; }
public System.ComponentModel.Design.DesignerActionListCollection? ActionLists { get; }
member this.ActionLists : System.ComponentModel.Design.DesignerActionListCollection
Public ReadOnly Property ActionLists As DesignerActionListCollection

Hodnota vlastnosti

A DesignerActionListCollection , který obsahuje inteligentní značky pro přidruženou navrženou komponentu.

Poznámky

Základní implementace jednoduše volá GetCommands s řetězcovým parametrem ActionLists.

Platí pro

Viz také