CodeDomSerializer::GetTargetComponentName Method (CodeStatement^, CodeExpression^, Type^)
.NET Framework (current version)
Determines which statement group the given statement should belong to.
Assembly: System.Design (in System.Design.dll)
public: virtual String^ GetTargetComponentName( CodeStatement^ statement, CodeExpression^ expression, Type^ targetType )
Parameters
- statement
-
Type:
System.CodeDom::CodeStatement^
The CodeStatement for which to determine the group.
- expression
-
Type:
System.CodeDom::CodeExpression^
A CodeExpression that statement has been reduced to.
- targetType
-
Type:
System::Type^
The Type of statement.
.NET Framework
Available since 2.0
Available since 2.0
Show: