TView
ISupportViews<TView> Interface
Members See Also 
SourceCode.Framework.Interfaces Namespace : ISupportViews<TView> Interface



Glossary Item Box

Defines an interface for implementing different Views within a designer

Syntax

Visual Basic (Declaration) 
Public Interface ISupportViews(Of TView As View) 
Visual Basic (Usage)Copy Code
Dim instance As ISupportViews(Of TView)
C# 
public interface ISupportViews<TView> 
where TView: View
C++/CLI 
generic<typename TView>
public interface class ISupportViews 
where TView: View

Type Parameters

TView

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also