ResourceType Constructor (resourceType)

DTF API

Copy image CopyHover image
Deployment Tools Foundation ResourceType Constructor (resourceType)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.ResourcesResourceTypeResourceType(String)
Creates a new resource type from a string resource name.
Declaration Syntax
C# Visual Basic Visual C++ F#
public ResourceType(
	string resourceType
)
Public Sub New ( 
	resourceType As String
)
public:
ResourceType(
	String^ resourceType
)
new : 
        resourceType : string -> ResourceType
Parameters
resourceType (String)
String resource name, or an integer resource type prefixed by a #.

Assembly: Microsoft.Deployment.Resources (Module: Microsoft.Deployment.Resources.dll) Version: 3.0.0.0 (3.11.1.2318)