共用方式為


ProvideRelatedFileAttribute 類別

定義

重要

此 API 不符合 CLS 規範。

屬性類別,提供登錄專案,要求殼層在方案總管中管理巢狀檔案與其父系之間的關聯性

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
繼承
ProvideRelatedFileAttribute
屬性

建構函式

ProvideRelatedFileAttribute(String, String)

Create 新的 ProvideRelatedFile 屬性

欄位

CSharpProjectGuid

C# 專案系統的 Guid

VisualBasicProjectGuid

Visual Basic 項目系統的 Guid

屬性

ChildExtension

子檔案的擴展名

FileOptions

管理相關檔案方式的選項

ParentExtension

父檔案的擴展名

ProjectSystem

此程式代碼產生器註冊的項目系統

TypeId

覆寫 TypeID 屬性,讓 RegistrationAttribute 衍生類別使用 System.ComponentModel.TypeDescriptor.GetAttributes (...) 。衍生自這個屬性的屬性必須覆寫此屬性,只有在實例上需要更好的控件,才能套用至類別。

(繼承來源 RegistrationAttribute)

方法

GetPackageRegKeyPath(Guid)

取得相對於 VSPackage 應用程式) 之登錄根目錄的登錄路徑 (。

(繼承來源 RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)

註冊新的命令行參數

Unregister(RegistrationAttribute+RegistrationContext)

取消註冊命令行參數

適用於