CodeDomSerializer.GetTargetComponentName Yöntem

Tanım

Verilen deyimin hangi deyim grubuna ait olması gerektiğini belirler.

public:
 virtual System::String ^ GetTargetComponentName(System::CodeDom::CodeStatement ^ statement, System::CodeDom::CodeExpression ^ expression, Type ^ targetType);
public virtual string GetTargetComponentName (System.CodeDom.CodeStatement statement, System.CodeDom.CodeExpression expression, Type targetType);
public virtual string? GetTargetComponentName (System.CodeDom.CodeStatement? statement, System.CodeDom.CodeExpression? expression, Type? targetType);
abstract member GetTargetComponentName : System.CodeDom.CodeStatement * System.CodeDom.CodeExpression * Type -> string
override this.GetTargetComponentName : System.CodeDom.CodeStatement * System.CodeDom.CodeExpression * Type -> string
Public Overridable Function GetTargetComponentName (statement As CodeStatement, expression As CodeExpression, targetType As Type) As String

Parametreler

statement
CodeStatement

Grubun CodeStatement belirleneceği yer.

expression
CodeExpression

CodeExpressionstatement Azaltılan.

targetType
Type

öğesinin Type .statement

Döndürülenler

Gruplanması gereken bileşenin statement adı.

Şunlara uygulanır