InstanceValue Class
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.
Stores the information about instance data and metadata.
public ref class InstanceValue sealed
public sealed class InstanceValue
[System.Runtime.Serialization.DataContract]
public sealed class InstanceValue
type InstanceValue = class
[<System.Runtime.Serialization.DataContract>]
type InstanceValue = class
Public NotInheritable Class InstanceValue
- Inheritance
-
InstanceValue
- Attributes
The data and metadata in the instance persistence system is organized as named values in property bags. Each property bag is a dictionary associating XName objects with InstanceValue objects.
Instance |
Initializes an instance of the InstanceValue class by using the value Object and the options for those values passed as parameters. |
Instance |
Initializes an instance of the InstanceValue class by using value object passed as a parameter. |
Deleted |
Gets the previously deleted value. |
Is |
Gets a value that indicates whether the object represents a deleted value. |
Options |
Gets the option for an instance value. |
Value |
Gets the instance value as an object. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
Get |
Serves as the default hash function. (Inherited from Object) |
Get |
Gets the Type of the current instance. (Inherited from Object) |
Memberwise |
Creates a shallow copy of the current Object. (Inherited from Object) |
To |
Returns a string that represents the current object. (Inherited from Object) |
Product | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: