Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
Category | Gets the category of the node property. |
![]() |
Description | Gets the description of the node property. |
![]() |
DisplayName | Gets the display name of the node property. |
![]() |
Name | Gets the node property name. |
![]() |
StandardValues | Gets the values of the node property. |
![]() |
Value | Gets the value of the node property. |
Top
Remarks
This interface is implemented as a built-in DDEX service.
.gif)