Share via


IVsDataViewPropertyInfo Interface

Represents information about a node property in Server Explorer.

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

Syntax

'Declaration
Public Interface IVsDataViewPropertyInfo
public interface IVsDataViewPropertyInfo
public interface class IVsDataViewPropertyInfo
type IVsDataViewPropertyInfo =  interface end
public interface IVsDataViewPropertyInfo

The IVsDataViewPropertyInfo type exposes the following members.

Properties

  Name Description
Public property Category Gets the category of the node property.
Public property Description Gets the description of the node property.
Public property DisplayName Gets the display name of the node property.
Public property Name Gets the node property name.
Public property StandardValues Gets the values of the node property.
Public property Value Gets the value of the node property.

Top

Remarks

This interface is implemented as a built-in DDEX service.

See Also

Reference

Microsoft.VisualStudio.Data.Services Namespace