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 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)
Syntax
'Declaration
Public Property FilterCommandID As UInteger
public uint FilterCommandID { get; private set; }
public:
property unsigned int FilterCommandID {
unsigned int get ();
private: void set (unsigned int value);
}
member FilterCommandID : uint32 with get, private set
function get FilterCommandID () : uint
private function set FilterCommandID (value : uint)
Property Value
Type: UInt32
The filter command identifier.
.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.