Share via


ManagementPackElementReference<T>.Implicit Operator

Definition

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Casts an object of type T, which inherits from ManagementPackElement), to a ManagementPackElementReference<T> object.

public:
 static operator Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<T> ^(T t);
public static implicit operator Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<T> (T t);
static member op_Implicit : 'T -> Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<'T (requires 'T :> Microsoft.EnterpriseManagement.Configuration.ManagementPackElement)>
Public Shared Widening Operator CType (t As T) As ManagementPackElementReference(Of T)

Parameters

t
T

The object to cast to a ManagementPackElementReference<T> object.

Returns

A ManagementPackElementReference<T> reference to an object of type T.

Remarks

The equivalent method for this operator is [Implicit Conversion (T to]( alternative?qualifyHint=True&autoUpgrade=False)

Applies to