AttributeHelper.SetParsedAttributeValue Method

Attempt to set a text value parsed from a existing name as the attribute value of an attribute
Public Shared Sub SetParsedAttributeValue( _ 
ByVal parsed_value As String, _ 
ByVal attribute As AttributeInfo
)
This language is not supported or no code example is available.
public static void SetParsedAttributeValue( 
string parsed_value
AttributeInfo attribute 
)
This language is not supported or no code example is available.
public:  
static void SetParsedAttributeValue( 
String^ parsed_value
AttributeInfo^ attribute 
)
This language is not supported or no code example is available.
public static function SetParsedAttributeValue( 
parsed_value : String
attribute : AttributeInfo 
);
This language is not supported or no code example is available.

Parameters

parsed_value
string

<default>

attribute
AttributeInfo

<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