次の方法で共有


FilterAttribute(String) Constructor

Definition

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.

Applies to