IVsDataViewSelectionInfo Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents information about a data view node selection.
public interface class IVsDataViewSelectionInfo : Microsoft::VisualStudio::Data::Services::IVsDataViewMemberInfo
public interface IVsDataViewSelectionInfo : Microsoft.VisualStudio.Data.Services.IVsDataViewMemberInfo
type IVsDataViewSelectionInfo = interface
interface IVsDataViewMemberInfo
Public Interface IVsDataViewSelectionInfo
Implements IVsDataViewMemberInfo
- Implements
Properties
Filter |
Gets a string of comma-delimited data object names representing the filter for the selection. |
Ordering |
Gets the ordering of the selection as a string of comma-delimited data object names. |
Properties |
Gets the properties of the selection. |
Restrictions |
Gets the restrictions of the selection. |
SelectionNode |
Gets information about a selection node from the selection. |
SelectionType |
Gets the type of the data object representing in the selection. |
SkipWhenExpression |
Gets the string value used when the when expression is skipped. This value replaces the value that would otherwise be computed by evaluating the when expression. (Inherited from IVsDataViewMemberInfo) |