[This is preliminary documentation and is subject to change.]

MultiControlItem<(Of <(<'TControl>)>)> s určeným ovládacím prkem, který ho tvoří, a typem rodiče

Namespace: Tools.Experimental
Assembly: Tools Experimental (in Tools Experimental.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public abstract class MultiControlItemWithOwner<TControl, TOwner> : MultiControlItemWithOwner<TOwner>
where TControl : new(), Control
where TOwner : MultiControlBase
Visual Basic
Public MustInherit Class MultiControlItemWithOwner(Of TControl As {New, Control}, TOwner As MultiControlBase) _
	Inherits MultiControlItemWithOwner(Of TOwner)
Visual C++
generic<typename TControl, typename TOwner>
where TControl : gcnew(), Control
where TOwner : MultiControlBase
public ref class MultiControlItemWithOwner abstract : public MultiControlItemWithOwner<TOwner>
F#
[<AbstractClassAttribute>]
type MultiControlItemWithOwner<'TControl, 'TOwner when 'TControl : new() and Control when 'TOwner : MultiControlBase> =  
    class
        inherit MultiControlItemWithOwner<'TOwner>
    end
JScript
JScript does not support generic types or methods.

Type Parameters

TControl
Typ ovládacího prvku
TOwner
Typ rodiče

Inheritance Hierarchy

See Also