IVsDataViewSelectionInfo.Filter Property

Gets a string of comma-delimited data object names representing the filter for the selection.

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

Syntax

'宣言
ReadOnly Property Filter As String
'使用
Dim instance As IVsDataViewSelectionInfo
Dim value As String

value = instance.Filter
string Filter { get; }
property String^ Filter {
    String^ get ();
}
function get Filter () : String

Property Value

Type: System.String

A string of comma-delimited data object names representing the filter for the selection.

Permissions

See Also

Reference

IVsDataViewSelectionInfo Interface

IVsDataViewSelectionInfo Members

Microsoft.VisualStudio.Data.Services Namespace