ResourceExplorer.GetKindsForType Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| GetKindsForType(Type) |
Get the $kind for a type. |
| GetKindsForType<T>() |
Get the $kind for a type. |
GetKindsForType(Type)
Get the $kind for a type.
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)
Parameters
- type
- Type
type.
Returns
$kind for the type.
Applies to
GetKindsForType<T>()
Get the $kind for a type.
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)
Type Parameters
- T
type.
Returns
$kind for the type.