Classe ContentTypeDefinition
Define um tipo de conteúdo.
Hierarquia de herança
Object
Microsoft.VisualStudio.Utilities.ContentTypeDefinition
Namespace: Microsoft.VisualStudio.Utilities
Assembly: Microsoft.VisualStudio.CoreUtility (em Microsoft.VisualStudio.CoreUtility.dll)
Sintaxe
'Declaração
Public NotInheritable Class ContentTypeDefinition
public sealed class ContentTypeDefinition
public ref class ContentTypeDefinition sealed
[<Sealed>]
type ContentTypeDefinition = class end
public final class ContentTypeDefinition
O tipo ContentTypeDefinition expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ContentTypeDefinition | Inicializa uma nova instância de ContentTypeDefinition. |
Superior
Métodos
Nome | Descrição | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Herdado de Object.) | |
GetHashCode | Serves as the default hash function. (Herdado de Object.) | |
GetType | Gets the Type of the current instance. (Herdado de Object.) | |
ToString | Returns a string that represents the current object. (Herdado de Object.) |
Superior
Comentários
Porque você não pode subclasse desse tipo, você pode usar o atributo [exportação] sem nenhum tipo.
Exemplos
internal sealed class Components
{
[Export]
[Name("Example")] // required
[BaseDefinition("text")] // zero or more BaseDefinitions are allowed
internal ContentTypeDefinition exampleDefinition;
{ other components }
}
Acesso thread-safe
Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.