Aracılığıyla paylaş


SingleFileGeneratorSupportRegistrationAttribute Sınıf

Tanım

Bu öznitelik, belirli bir dosya türü için özel bir dosya oluşturucu kayıt defteri girdisi ekler. Örneğin: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\Generators
[proj_fac_guid]

public ref class SingleFileGeneratorSupportRegistrationAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
public ref class SingleFileGeneratorSupportRegistrationAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public sealed class SingleFileGeneratorSupportRegistrationAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type SingleFileGeneratorSupportRegistrationAttribute = class
    inherit RegistrationAttribute
Public NotInheritable Class SingleFileGeneratorSupportRegistrationAttribute
Inherits RegistrationAttribute
Devralma
SingleFileGeneratorSupportRegistrationAttribute
Öznitelikler

Açıklamalar

ProjectTypeGuid anahtarının oluşturulduğundan emin olmak projenin sorumluluğundadır. Ardından, gerçek bir tek dosya oluşturucu uygulayan belirli dosya türlerinin istemcileri, tek dosya oluşturucularını projenin "Oluşturucular" anahtarının alt anahtarı altına kaydetmekle sorumludur. Belirli bir tek dosya oluşturucu uygulayan istemciler bu amaçla kullanır CodeGeneratorRegistrationAttribute .

Oluşturucular

SingleFileGeneratorSupportRegistrationAttribute(Type)

Sağlanan bağlam için özel bir kod oluşturucu kaydetmek için yeni bir SingleFileGeneratorSupportRegistrationAttribute özniteliği oluşturur.

Özellikler

ProjectFactoryGuid

Oluşturucu türünü temsil eden Guid değerini alma

TypeId

RegistrationAttribute türetilmiş sınıflarının System.ComponentModel.TypeDescriptor.GetAttributes(...) ile çalışmasına izin vermek için TypeID özelliğini geçersiz kılın. Bu özellikten türetilen bir özniteliğin, yalnızca bir sınıfa uygulanabilecek örnekler üzerinde daha iyi bir denetime ihtiyacı varsa bu özelliği geçersiz kılması gerekir.

(Devralındığı yer: RegistrationAttribute)

Yöntemler

GetPackageRegKeyPath(Guid)

VSPackage'ın kayıt defteri yolunu (uygulamanın kayıt defteri köküne göre) alır.

(Devralındığı yer: RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)

Bu özniteliği verilen bağlama kaydetmek için çağrıldı. Bağlam, kayıt bilgilerinin yerleştirilmesi gereken konumu içerir. Ayrıca, kaydedilmekte olan tür ve yol bilgileri gibi diğer bilgileri de içerir.

Unregister(RegistrationAttribute+RegistrationContext)

Bu dosya uzantısının kaydını kaldırın.

Şunlara uygulanır