共用方式為


IDictionaryOfany Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.DictionaryOfanyTypeConverter))]
public interface IDictionaryOfany : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IAssociativeArray<object>, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.DictionaryOfanyTypeConverter))>]
type IDictionaryOfany = interface
    interface IJsonSerializable
    interface IAssociativeArray<obj>
Public Interface IDictionaryOfany
Implements IAssociativeArray(Of Object), IJsonSerializable
Derived
Attributes
Implements

Applies to