ContextFreeAttributeWithLengthComponent(String, String, Int32) Constructor

Public Sub New( _ 
ByVal val As String, _ 
ByVal parsed_text As String, _ 
ByVal num_chars As Integer
)
This language is not supported or no code example is available.
public ContextFreeAttributeWithLengthComponent( 
string val
string parsed_text
int num_chars 
)
This language is not supported or no code example is available.
public:  
ContextFreeAttributeWithLengthComponent( 
String^ val
String^ parsed_text
int num_chars 
)
This language is not supported or no code example is available.
public function ContextFreeAttributeWithLengthComponent( 
val : String
parsed_text : String
num_chars : int 
);
This language is not supported or no code example is available.

Parameters

val
string

parsed_text
string

num_chars
int

.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