IVsDataParameter Interface
Represents the interface that exposes methods and properties to handle data parameters.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public Interface IVsDataParameter
public interface IVsDataParameter
public interface class IVsDataParameter
type IVsDataParameter = interface end
public interface IVsDataParameter
The IVsDataParameter type exposes the following members.
Properties
Name | Description | |
---|---|---|
Descriptor | When implemented by a class, gets information that describes the data parameter. | |
Direction | When implemented by a class, gets or sets a DataParameterDirection object specifying the direction of the parameter. | |
Name | When implemented by a class, gets or sets the string literal name of the current parameter. | |
Size | When implemented by a class, gets or sets an integer value specifying the size of the parameter. | |
Type | When implemented by a class, gets or sets the data source–specific type of the parameter. | |
Value | When implemented by a class, gets or sets the value of the parameter. |
Top
Methods
Name | Description | |
---|---|---|
Parse | When implemented by a class, disassembles a parameter value in a string format and converts the value to the correct type. | |
ToString | When implemented by a class, retrieves a string representation of the value of the current parameter. |
Top
Remarks
This interface has a base implementation in the DDEX Framework.
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace