Share via


ExtensionClassSupport.GetNamesOfExtensionsOnTypeFromSimpleName(String) Method

Definition

public:
 static System::Collections::Generic::IReadOnlyList<System::String ^> ^ GetNamesOfExtensionsOnTypeFromSimpleName(System::String ^ hostTypeSimpleName);
public static System.Collections.Generic.IReadOnlyList<string> GetNamesOfExtensionsOnTypeFromSimpleName (string hostTypeSimpleName);
static member GetNamesOfExtensionsOnTypeFromSimpleName : string -> System.Collections.Generic.IReadOnlyList<string>
Public Shared Function GetNamesOfExtensionsOnTypeFromSimpleName (hostTypeSimpleName As String) As IReadOnlyList(Of String)

Parameters

hostTypeSimpleName
String

Returns

Applies to