IVsDataSupportObject<T> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an object that was created via a reference from a data support XML file. It enables methods on the object to be invoked with parameters taken from the data support XML file that created it.
generic <typename T>
where T : classpublic interface class IVsDataSupportObject
public interface IVsDataSupportObject<T> where T : class
type IVsDataSupportObject<'T (requires 'T : null)> = interface
Public Interface IVsDataSupportObject(Of T)
Type Parameters
- T
The type of the parameter.
- Derived
Methods
Invoke(String, Object[], Object[]) |
Invokes a method on the object with additional parameters not present in the method signature. |