ResourceIdUtility.GetResourceType(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 GetResourceType (string resourceId, bool includeProviderNamespace = true);
static member GetResourceType : string * bool -> string
Public Shared Function GetResourceType (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.