DataSourceDescriptor Class

Definition

Implements the basic functionality required by a single data source at the EnvDTE.Project level.

public ref class DataSourceDescriptor abstract
public abstract class DataSourceDescriptor
type DataSourceDescriptor = class
Public MustInherit Class DataSourceDescriptor
Inheritance
DataSourceDescriptor

Constructors

DataSourceDescriptor()

Initializes a new instance of the DataSourceDescriptor class.

Properties

Image

When overridden in a derived class, closes this stream and the underlying stream gets the Bitmap image that represents the data source.

IsDesignable

When overridden in a derived class, gets the value indicating whether the data source is designable.

Name

When overridden in a derived class, gets the name of the data source.

TypeName

When overridden in a derived class, gets the fully qualified type name of the data source.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to