Sdílet prostřednictvím


ProvideRelatedFileAttribute Třída

Definice

Důležité

Toto rozhraní API neodpovídá specifikaci CLS.

Třída atributu poskytující položky registru pro žádost prostředí o správu vztahu mezi vnořeným souborem a jeho nadřazeným objektem v Průzkumníku řešení

public ref class ProvideRelatedFileAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
[System.CLSCompliant(false)]
public sealed class ProvideRelatedFileAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
public sealed class ProvideRelatedFileAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
[<System.CLSCompliant(false)>]
type ProvideRelatedFileAttribute = class
    inherit RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
type ProvideRelatedFileAttribute = class
    inherit RegistrationAttribute
Public NotInheritable Class ProvideRelatedFileAttribute
Inherits RegistrationAttribute
Dědičnost
ProvideRelatedFileAttribute
Atributy

Konstruktory

ProvideRelatedFileAttribute(String, String)

Create nového atributu ProvideRelatedFile

Pole

CSharpProjectGuid

Identifikátor GUID systému projektu jazyka C#

VisualBasicProjectGuid

Guid systému projektu jazyka Visual Basic

Vlastnosti

ChildExtension

Přípona podřízeného souboru

FileOptions

Možnosti pro správu souvisejícího souboru

ParentExtension

Přípona nadřazeného souboru

ProjectSystem

Systém projektu, pro který je tento generátor kódu zaregistrovaný

TypeId

Přepište vlastnost TypeID, aby odvozené třídy RegistrationAttribute fungovaly se System.ComponentModel.TypeDescriptor.GetAttributes(...). Atribut odvozený z tohoto atributu bude muset přepsat tuto vlastnost pouze v případě, že potřebuje lepší kontrolu nad instancemi, které lze použít na třídu.

(Zděděno od RegistrationAttribute)

Metody

GetPackageRegKeyPath(Guid)

Získá cestu registru (vzhledem ke kořenovému adresáři registru aplikace) VSPackage.

(Zděděno od RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)

Registrace nového přepínače příkazového řádku

Unregister(RegistrationAttribute+RegistrationContext)

Zrušení registrace přepínače příkazového řádku

Platí pro