다음을 통해 공유


ResourceExplorer.GetKindsForType 메서드

정의

오버로드

GetKindsForType(Type)

형식에 대한 $kind 가져옵니다.

GetKindsForType<T>()

형식에 대한 $kind 가져옵니다.

GetKindsForType(Type)

형식에 대한 $kind 가져옵니다.

public System.Collections.Generic.List<string> GetKindsForType (Type type);
member this.GetKindsForType : Type -> System.Collections.Generic.List<string>
Public Function GetKindsForType (type As Type) As List(Of String)

매개 변수

type
Type

형식의 매개 변수로 변환됩니다.

반환

형식에 대한 $kind.

적용 대상

GetKindsForType<T>()

형식에 대한 $kind 가져옵니다.

public System.Collections.Generic.List<string> GetKindsForType<T> ();
member this.GetKindsForType : unit -> System.Collections.Generic.List<string>
Public Function GetKindsForType(Of T) () As List(Of String)

형식 매개 변수

T

형식의 매개 변수로 변환됩니다.

반환

형식에 대한 $kind.

적용 대상