Condividi tramite


AzureContextConverter.CanConvertFrom Method

Definition

Overloads

CanConvertFrom(PSObject, Type)

public override bool CanConvertFrom(System.Management.Automation.PSObject sourceValue, Type destinationType);
override this.CanConvertFrom : System.Management.Automation.PSObject * Type -> bool
Public Overrides Function CanConvertFrom (sourceValue As PSObject, destinationType As Type) As Boolean

Parameters

sourceValue
PSObject
destinationType
Type

Returns

Applies to

CanConvertFrom(Object, Type)

public override bool CanConvertFrom(object sourceValue, Type destinationType);
override this.CanConvertFrom : obj * Type -> bool
Public Overrides Function CanConvertFrom (sourceValue As Object, destinationType As Type) As Boolean

Parameters

sourceValue
Object
destinationType
Type

Returns

Applies to