BuiltInPropertyValue Members
Include Protected Members
Include Inherited Members
The BuiltInPropertyValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BuiltInPropertyValue |
Top
Methods
Name | Description | |
---|---|---|
CreateDispatchValue | ||
CreateEmptyValue | Create empty value of the specified type, to be used with fallback properties | |
CreateUnknownValue | ||
Equals(Object) | Override the Equals operator to compare the values instead of object reference if the parameter is also an IVsUIObject (Inherited from PropertyValueBase.) | |
Equals(IVsUIObject, Boolean%) | General purpose equality test for IVsUIObjects (Inherited from PropertyValueBase.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
get_Data | (Inherited from PropertyValueBase.) | |
get_Format | (Inherited from PropertyValueBase.) | |
get_Type | (Inherited from PropertyValueBase.) | |
GetHashCode | Need to override this if we override Equals (Inherited from PropertyValueBase.) | |
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.) | |
TypeNameFromValue | Derived classes implement this to supply type string mapping (Inherited from PropertyValueBase.) |
Top
Properties
Name | Description | |
---|---|---|
Format | (Overrides PropertyValueBase.Format.) | |
TypeName | (Inherited from PropertyValueBase.) | |
Value | The contained value (Inherited from PropertyValueBase.) |
Top