IVsDataSupportObject<T> Interface

Definition

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.

Applies to