VCToolFile.RemoveCustomBuildRule(Object) Method

Definition

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

Applies to