T
FindContainerOfType<T> Method
See Also 
SourceCode.Framework Namespace > PersistableObject Class : FindContainerOfType<T> Method



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function FindContainerOfType(Of T As Class)() As T
Visual Basic (Usage) Copy Code
Dim instance As PersistableObject
Dim value As T
 
value = instance.FindContainerOfType(Of T)()
C#  
public T FindContainerOfType<T>()
where T: class
C++/CLI  
public:
T^ FindContainerOfTypegeneric<typename T>
(); 
where T: ref class

Type Parameters

T

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