EffectHandle.op_Implicit Method

Language:

This method has the same functionality as FromString, but is not supported.

Definition

Visual Basic Public Shared Function op_Implicit( _
    ByVal value As String _
) As EffectHandle
C# public static EffectHandle op_Implicit(
    string value
);
C++ public:
static operator EffectHandle^ (
    Stringvalue
);
JScript public static function op_Implicit(
    value : String
) : EffectHandle;

Parameters

value System.String

Return Value

Microsoft.DirectX.Direct3D.EffectHandle


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center