RemoteArgumentDictionaryEntry Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a key/value pair in an IRemoteArgumentDictionaryContract.
public value class RemoteArgumentDictionaryEntry
[System.Serializable]
public struct RemoteArgumentDictionaryEntry
[<System.Serializable>]
type RemoteArgumentDictionaryEntry = struct
Public Structure RemoteArgumentDictionaryEntry
- Inheritance
- Attributes
Constructors
RemoteArgumentDictionaryEntry(RemoteArgument, RemoteArgument) |
Initializes an instance of the RemoteArgumentDictionaryEntry structure with the specified key and value. |
Fields
Key |
Represents the key in the key/value pair that this RemoteArgumentDictionaryEntry represents. |
Value |
Represents the value in the key/value pair that this RemoteArgumentDictionaryEntry represents. |
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.