Implicit Operator

DTF API

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++ F#
public static implicit operator ResourceType (
	string resourceType
)
Public Shared Widening Operator CType ( 
	resourceType As String
) As ResourceType
static implicit operator ResourceType^ (
	String^ resourceType
)
F# does not support the declaration of new casting operators.
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.11.1.2318)