Visual Basic (Declaration) | |
---|---|
Public Function GetExtendibleMethod( _ ByVal methodDefinitionType As MethodDefinitionType _ ) As ExtendObjectMethod |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ExtendObject Dim methodDefinitionType As MethodDefinitionType Dim value As ExtendObjectMethod value = instance.GetExtendibleMethod(methodDefinitionType) |
C# | |
---|---|
public ExtendObjectMethod GetExtendibleMethod( MethodDefinitionType methodDefinitionType ) |
C++/CLI | |
---|---|
public: ExtendObjectMethod^ GetExtendibleMethod( MethodDefinitionType methodDefinitionType ) |
Parameters
- methodDefinitionType
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