ResourceType Constructor (resourceType)

DTF API

Copy image CopyHover image
Deployment Tools Foundation ResourceType Constructor (resourceType)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.ResourcesResourceTypeResourceType(Int32)
Creates a new integer resource type.
Declaration Syntax
C# Visual Basic Visual C++ F#
public ResourceType(
	int resourceType
)
Public Sub New ( 
	resourceType As Integer
)
public:
ResourceType(
	int resourceType
)
new : 
        resourceType : int -> ResourceType
Parameters
resourceType (Int32)
Integer value of a well-known resource type.

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