BaseGet(Int32) Method
See Also 
SourceCode.Configuration Namespace > TemplateCollection Class > BaseGet Method : BaseGet(Int32) Method



index

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Protected Overloads Function BaseGet( _
   ByVal index As Integer _
) As Object
Visual Basic (Usage) Copy Code
Dim instance As TemplateCollection
Dim index As Integer
Dim value As Object
 
value = instance.BaseGet(index)
C#  
protected object BaseGet( 
   int index
)
C++/CLI  
protected:
Object^ BaseGet( 
   int index
) 

Parameters

index

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