Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the group 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)
Syntax
'Declaration
Public Property FilterCommandGroup As String
public string FilterCommandGroup { get; private set; }
public:
property String^ FilterCommandGroup {
String^ get ();
private: void set (String^ value);
}
member FilterCommandGroup : string with get, private set
function get FilterCommandGroup () : String
private function set FilterCommandGroup (value : String)
Property Value
Type: String
The filter command group.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.