IDataTokensMetadata.DataTokens 属性

定义

获取数据令牌。

public:
 property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ DataTokens { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<string,object> DataTokens { get; }
public System.Collections.Generic.IReadOnlyDictionary<string,object?> DataTokens { get; }
member this.DataTokens : System.Collections.Generic.IReadOnlyDictionary<string, obj>
Public ReadOnly Property DataTokens As IReadOnlyDictionary(Of String, Object)

属性值

适用于