GenerateParameterDefault Methods
ClassMethods2 members
Represents that a default value should be generated.
Generates a value for the parameter.
public sealed class GenerateParameterDefault{ public override string GetDefaultValue() { // ... }}Returns
stringThe generated string value.WriteToManifest(ManifestPublishingContext)Section titled WriteToManifest(ManifestPublishingContext)override Writes the current
ParameterDefault to the manifest context. public sealed class GenerateParameterDefault{ public override void WriteToManifest( ManifestPublishingContext context) { // ... }}Parameters
contextManifestPublishingContextThe context for the manifest publishing operation.