ICscHostObject.SetDefineConstants(String) Method

Definition

Specifies the preprocessor symbols to define.

public:
 bool SetDefineConstants(System::String ^ defineConstants);
public bool SetDefineConstants (string defineConstants);
abstract member SetDefineConstants : string -> bool
Public Function SetDefineConstants (defineConstants As String) As Boolean

Parameters

defineConstants
String

The preprocessor symbols to define.

Returns

true if the method was successful; otherwise, false.

Applies to