BuiltInPropertyValue Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Microsoft internal use only.

This API is not CLS-compliant. 

System.Object
  Microsoft.Internal.VisualStudio.PlatformUI.PropertyValueBase
    Microsoft.Internal.VisualStudio.PlatformUI.BuiltInPropertyValue

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assemblies:   Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

[CLSCompliantAttribute(false)]
public sealed class BuiltInPropertyValue : PropertyValueBase

The BuiltInPropertyValue type exposes the following members.

  NameDescription
Public methodBuiltInPropertyValueMicrosoft internal use only.
Top

  NameDescription
Public propertyFormatMicrosoft internal use only. (Overrides PropertyValueBase.Format.)
Public propertyTypeNameMicrosoft internal use only. (Inherited from PropertyValueBase.)
Public propertyValueMicrosoft internal use only. (Inherited from PropertyValueBase.)
Top

  NameDescription
Public methodStatic memberCreate
Public methodStatic memberCreateCollectionValue
Public methodStatic memberCreateDataSourceValue
Public methodStatic memberCreateDispatchValueMicrosoft internal use only.
Public methodStatic memberCreateEmptyValueMicrosoft internal use only.
Public methodStatic memberCreateUnknownValueMicrosoft internal use only.
Public methodEquals(Object)Microsoft internal use only. (Inherited from PropertyValueBase.)
Public methodEquals(IVsUIObject, Boolean)Microsoft internal use only. (Inherited from PropertyValueBase.)
Public methodStatic memberFromBool
Public methodget_DataMicrosoft internal use only. (Inherited from PropertyValueBase.)
Public methodget_FormatMicrosoft internal use only. (Inherited from PropertyValueBase.)
Public methodget_TypeMicrosoft internal use only. (Inherited from PropertyValueBase.)
Public methodGetHashCodeMicrosoft internal use only. (Inherited from PropertyValueBase.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: