VCToolFile.RemoveCustomBuildRule(Object) 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.
Removes a custom, build rule from the tool file.
public:
void RemoveCustomBuildRule(System::Object ^ CustomBuildRule);
public:
void RemoveCustomBuildRule(Platform::Object ^ CustomBuildRule);
void RemoveCustomBuildRule(winrt::Windows::Foundation::IInspectable const & CustomBuildRule);
[System.Runtime.InteropServices.DispId(2207)]
public void RemoveCustomBuildRule (object CustomBuildRule);
[<System.Runtime.InteropServices.DispId(2207)>]
abstract member RemoveCustomBuildRule : obj -> unit
Public Sub RemoveCustomBuildRule (CustomBuildRule As Object)
Parameters
- CustomBuildRule
- Object
Build rule to remove.
- Attributes