AccountPickerOptions::CustomFilter Property

Visual Studio 2015
 

Represents the options used to create an account picker.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)

public:
property Func<Object^, bool>^ CustomFilter {
	[CompilerGeneratedAttribute]
	Func<Object^, bool>^ get();
	[CompilerGeneratedAttribute]
	void set(Func<Object^, bool>^ value);
}

Property Value

Type: System::Func<Object^, Boolean>^

The filter.

Return to top
Show: