Implicit Operator

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation Implicit Operator
Deployment Tools Foundation NamespacesMicrosoft.Deployment.ResourcesResourceTypeImplicitWideningImplicitImplicitImplicit(String to ResourceType)
Implicitly converts a string to a ResourceType.
Declaration Syntax
C# Visual Basic Visual C++
public static implicit operator ResourceType (
	string resourceType
)
Public Shared Widening Operator CType ( 
	resourceType As String
) As ResourceType
static implicit operator ResourceType^ (
	String^ resourceType
)
Parameters
resourceType (String)
String resource type to convert.
Return Value
ResourceType
ResourceType object.

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