DataCommandType Class

Represents a set of predefined data command types.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

Public NotInheritable Class DataCommandType

Dim instance As DataCommandType
public sealed class DataCommandType
public ref class DataCommandType sealed
public final class DataCommandType

Remarks

The set of command types defined by this class are not intended to be a complete list but rather a simple means for identifying base types likely to be supported by many DDEX providers. For future additions, the numbers 1-99 are reserved for values in this enumeration. Numbers 100+ can be used for provider-specific command types.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.DataCommandType

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DataCommandType Members

Microsoft.VisualStudio.Data Namespace

DataCommand