SolutionTreeFilterProviderAttribute::FilterCommandID Property

 

Gets the identifier of the filter command that should handle showing the filter.

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

public:
property unsigned int FilterCommandID {
	[CompilerGeneratedAttribute]
	unsigned int get();
	[CompilerGeneratedAttribute]
	private: void set(unsigned int value);
}

Property Value

Type: System::UInt32

The filter command identifier.

Return to top
Show: