ResourceIdHelper.GetResourceName(String) 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 the resource name of a specified type from a full resource ID.
public static string GetResourceName (string resourceId);
static member GetResourceName : string -> string
Public Shared Function GetResourceName (resourceId As String) As String
Parameters
- resourceId
- String
The full resource ID.