ContextProperty Class

Definition

Holds the name/value pair of the property name and the object representing the property of a context.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class ContextProperty
public class ContextProperty
[System.Runtime.InteropServices.ComVisible(true)]
public class ContextProperty
[System.Runtime.InteropServices.ComVisible(true)]
[System.Security.SecurityCritical]
public class ContextProperty
type ContextProperty = class
[<System.Runtime.InteropServices.ComVisible(true)>]
type ContextProperty = class
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Security.SecurityCritical>]
type ContextProperty = class
Public Class ContextProperty
Inheritance
ContextProperty
Attributes

Remarks

The properties that make up the context are provided by various automatic services and are set up by the activation services when a Context class is created. Each property is itself a managed object. Depending on whether or not properties contribute message sinks, they are considered either active or passive.

Properties

Name

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the name of the ContextProperty class.

Property

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the object representing the property of a context.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to