ResourceIdUtility.GetExtensionResourceType(String, Boolean) 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.
Gets a resource type
public static string GetExtensionResourceType (string resourceId, bool includeProviderNamespace = true);
static member GetExtensionResourceType : string * bool -> string
Public Shared Function GetExtensionResourceType (resourceId As String, Optional includeProviderNamespace As Boolean = true) As String
Parameters
- resourceId
- String
The resource Id.
- includeProviderNamespace
- Boolean
Indicates if the provider namespace should be included in the resource name.