Visual Basic (Declaration) | |
---|---|
Public Shadows ReadOnly Default Property Item( _ ByVal index As Guid, _ ByVal type As SmartObjectServicesDesignerMappingCollection.GuidType _ ) As SmartObjectServicesDesignerMapping |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As SmartObjectServicesDesignerMappingCollection Dim index As Guid Dim type As SmartObjectServicesDesignerMappingCollection.GuidType Dim value As SmartObjectServicesDesignerMapping value = instance.Item(index, type) |
C# | |
---|---|
public new SmartObjectServicesDesignerMapping this[ Guid index, SmartObjectServicesDesignerMappingCollection.GuidType type ]; {get;} |
C++/CLI | |
---|---|
public: new property SmartObjectServicesDesignerMapping^ default [Guid,SmartObjectServicesDesignerMappingCollection.GuidType] { SmartObjectServicesDesignerMapping^ get(Guid index, SmartObjectServicesDesignerMappingCollection.GuidType type); } |
Parameters
- index
- type
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