Syntax
| Visual Basic (Declaration) | |
|---|
<System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")>
Public Overloads Function EditValue( _
ByVal provider As System.IServiceProvider, _
ByVal value As System.Object _
) As System.Object |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As DTNameCollectionEditor
Dim provider As System.IServiceProvider
Dim value As System.Object
Dim value As System.Object
value = instance.EditValue(provider, value) |
| C# | |
|---|
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")]
public System.object EditValue(
System.IServiceProvider provider,
System.object value
) |
| Delphi | |
|---|
public function EditValue(
provider: System.IServiceProvider;
value: System.TObject
): System.TObject; |
| JScript | |
|---|
System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")
public function EditValue(
provider : System.IServiceProvider,
value : System.Object
) : System.Object; |
| Managed Extensions for C++ | |
|---|
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")]
public: System.Object* EditValue(
System.IServiceProvider* provider,
System.Object* value
) |
| C++/CLI | |
|---|
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")]
public:
System.Object^ EditValue(
System.IServiceProvider^ provider,
System.Object^ value
) |
Parameters
- provider
- value
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