LightSwitch HTML Edition
FindCore Method






Syntax
'Declaration
 
Protected Overridable Function FindCore( _
   ByVal prop As System.ComponentModel.PropertyDescriptor, _
   ByVal key As System.Object _
) As System.Integer
'Usage
 
Dim instance As C1OlapFieldList
Dim prop As System.ComponentModel.PropertyDescriptor
Dim key As System.Object
Dim value As System.Integer
 
value = instance.FindCore(prop, key)
protected virtual System.int FindCore( 
   System.ComponentModel.PropertyDescriptor prop,
   System.object key
)
protected function FindCore( 
    prop: System.ComponentModel.PropertyDescriptor;
    key: System.TObject
): System.Integer; virtual; 
protected function FindCore( 
   prop : System.ComponentModel.PropertyDescriptor,
   key : System.Object
) : System.int;
protected: virtual System.int FindCore( 
   System.ComponentModel.PropertyDescriptor* prop,
   System.Object* key
) 
protected:
virtual System.int FindCore( 
   System.ComponentModel.PropertyDescriptor^ prop,
   System.Object^ key
) 

Parameters

prop
key
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

Reference

C1OlapFieldList Class
C1OlapFieldList Members

Send Feedback