An NDoc Documented Class Library

CoreCodeWriter.CodeForGettingUIItem Method 

[Visual Basic]
Overrides Protected Function CodeForGettingUIItem( _ 
   ByVal uiItemType As Type, _ 
   ByVal identification As String _ 
) As String
[C#]
protected override string CodeForGettingUIItem(
   Type uiItemType,
   string identification
);
[C++]
protected: String* CodeForGettingUIItem(
   Type* uiItemType,
   String* identification
);
[JScript]
protected override function CodeForGettingUIItem(
   Type uiItemType,
   String identification
): String;

See Also

CoreCodeWriter Class | Recorder.Recording Namespace