Share via


DataViewPropertyDescriptor Class

Represents a dynamic property for a node in a data view hierarchy.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public Class DataViewPropertyDescriptor _
    Inherits PropertyDescriptor
'Usage
Dim instance As DataViewPropertyDescriptor
public class DataViewPropertyDescriptor : PropertyDescriptor
public ref class DataViewPropertyDescriptor : public PropertyDescriptor
public class DataViewPropertyDescriptor extends PropertyDescriptor

Inheritance Hierarchy

System.Object
  System.ComponentModel.MemberDescriptor
    System.ComponentModel.PropertyDescriptor
      Microsoft.VisualStudio.Data.Framework.DataViewPropertyDescriptor

Thread Safety

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

See Also

Reference

DataViewPropertyDescriptor Members

Microsoft.VisualStudio.Data.Framework Namespace