Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Encapsulates properties of a selection of nodes in Server Explorer.
Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public Interface IVsDataViewSelectionInfo _
    Inherits IVsDataViewMemberInfo
public interface IVsDataViewSelectionInfo : IVsDataViewMemberInfo
public interface class IVsDataViewSelectionInfo : IVsDataViewMemberInfo
type IVsDataViewSelectionInfo =  
    interface 
        interface IVsDataViewMemberInfo 
    end
public interface IVsDataViewSelectionInfo extends IVsDataViewMemberInfo
The IVsDataViewSelectionInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Filter | Gets a string of comma-delimited data object names representing the filter for the selection. | 
| .gif) | Ordering | Gets the ordering of the selection as a string of comma-delimited data object names. | 
| .gif) | Properties | Gets the properties of the selection. | 
| .gif) | Restrictions | Gets the restrictions of the selection. | 
| .gif) | SelectionNode | Gets information about a selection node from the selection. | 
| .gif) | SelectionType | Gets the type of the data object representing in the selection. | 
| .gif) | 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.) | 
Top
Remarks
This interface is implemented as a built-in DDEX service.