DataSourceDescriptor Classe

Definição

Implementa a funcionalidade básica necessária por uma única fonte de dados no nível do EnvDTE.Project.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
Herança
DataSourceDescriptor

Construtores

DataSourceDescriptor()

Inicializa uma nova instância da classe DataSourceDescriptor.Initializes a new instance of the DataSourceDescriptor class.

Propriedades

Image

Quando substituído em uma classe derivada, fecha esse fluxo e o fluxo subjacente obtém a imagem Bitmap que representa a fonte de dados.When overridden in a derived class, closes this stream and the underlying stream gets the Bitmap image that represents the data source.

IsDesignable

Quando substituído em uma classe derivada, obtém o valor que indica se a fonte de dados é projetável.When overridden in a derived class, gets the value indicating whether the data source is designable.

Name

Quando substituído em uma classe derivada, obtém o nome da fonte de dados.When overridden in a derived class, gets the name of the data source.

TypeName

Quando substituído em uma classe derivada, obtém o nome do tipo totalmente qualificado da fonte de dados.When overridden in a derived class, gets the fully qualified type name of the data source.

Métodos

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Aplica-se a