An NDoc Documented Class Library

EventWriter.CodeForGettingUIItem Method 

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

See Also

EventWriter Class | White.Core.UIItemEvents Namespace