Implicit Operator

Microsoft Deployment Tools

Deployment Tools Foundation Implicit Operator
Deployment Tools Foundation NamespacesMicrosoft.Deployment.ResourcesResourceTypeImplicit(String)
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 object.

Assembly: Microsoft.Deployment.Resources (Module: Microsoft.Deployment.Resources) Version: 3.0.0.0 (3.5.1623.0)