ServiceBuildProvider::GetCustomString Method (CompilerResults^)

.NET Framework (current version)
 

This API supports the product infrastructure and is not intended to be used directly from your code.

Generates a string to be persisted in the compiled assembly.

Namespace:   System.ServiceModel.Activation
Assembly:  System.ServiceModel.Activation (in System.ServiceModel.Activation.dll)

public:
virtual String^ GetCustomString(
	CompilerResults^ results
) override

Parameters

results
Type: System.CodeDom.Compiler::CompilerResults^

The compilation results for the build provider's virtual path.

Return Value

Type: System::String^

A string to be persisted in the build environment.

.NET Framework
Available since 4.0
Return to top
Show: