FilterAttribute(String) Constructor
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.
Constructs a new instance of the attribute.
public:
FilterAttribute(System::String ^ filterName);
public:
FilterAttribute(Platform::String ^ filterName);
FilterAttribute(std::wstring const & filterName);
public FilterAttribute (string filterName);
new Microsoft.VisualStudio.Language.NavigateTo.Interfaces.FilterAttribute : string -> Microsoft.VisualStudio.Language.NavigateTo.Interfaces.FilterAttribute
Public Sub New (filterName As String)
Parameters
- filterName
- String
Exceptions
filterName
is null or empty.