ProcessNamingRulesResponse(List<NamingRuleSet>, AttributeValueCollection, ProcessNameResult, String, Boolean, Boolean) Constructor

Constructor
Public Sub New( _ 
ByVal sets As List(Of NamingRuleSet), _ 
ByVal chosen_attribute_values As AttributeValueCollection, _ 
ByVal result As ProcessNameResult, _ 
ByVal usable_name As String, _ 
ByVal has_been_renamed As Boolean, _ 
ByVal apply_rule_and_components_to_all As Boolean
)
This language is not supported or no code example is available.
public ProcessNamingRulesResponse( 
List<NamingRuleSet> sets
AttributeValueCollection chosen_attribute_values
ProcessNameResult result
string usable_name
bool has_been_renamed
bool apply_rule_and_components_to_all 
)
This language is not supported or no code example is available.
public:  
ProcessNamingRulesResponse( 
List<NamingRuleSet^>^ sets
AttributeValueCollection^ chosen_attribute_values
ProcessNameResult result
String^ usable_name
bool has_been_renamed
bool apply_rule_and_components_to_all 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

sets
List<NamingRuleSet>

<default>

chosen_attribute_values
AttributeValueCollection

<default>

result
ProcessNameResult

<default>

usable_name
string

<default>

has_been_renamed
bool

<default>

apply_rule_and_components_to_all
bool

<default>

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition