次の方法で共有


MemberType.Implicit Operator

Definition

Overloads

Implicit(MemberType to String)

Implicit operator to convert MemberType to string

Implicit(String to MemberType)

Implicit operator to convert string to MemberType

Implicit(MemberType to String)

Implicit operator to convert MemberType to string

public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.MemberType e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.MemberType -> string
Public Shared Widening Operator CType (e As MemberType) As String

Parameters

e
MemberType

the value to convert to an instance of MemberType.

Returns

Applies to

Implicit(String to MemberType)

Implicit operator to convert string to MemberType

public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.MemberType (string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.MemberType
Public Shared Widening Operator CType (value As String) As MemberType

Parameters

value
String

the value to convert to an instance of MemberType.

Returns

Applies to