FixIdContainer.IsFixIdEnabled(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determine if a given fixId is enabled based on the set of fixes in the container.
public:
bool IsFixIdEnabled(System::String ^ fixid);
public bool IsFixIdEnabled (string fixid);
member this.IsFixIdEnabled : string -> bool
Public Function IsFixIdEnabled (fixid As String) As Boolean
Parameters
- fixid
- String