IActivityToolboxService.EnumItems(String) 메서드

정의

이 도구 상자에서 지정한 범주 아래에 있는 모든 항목의 열거자를 가져옵니다.

public:
 System::Collections::Generic::IList<System::String ^> ^ EnumItems(System::String ^ categoryName);
public System.Collections.Generic.IList<string> EnumItems (string categoryName);
abstract member EnumItems : string -> System.Collections.Generic.IList<string>
Public Function EnumItems (categoryName As String) As IList(Of String)

매개 변수

categoryName
String

모든 항목이 반환될 범주입니다.

반환

IList<T>를 반환합니다.

적용 대상