ProvideRelatedFileAttribute Class

 

Attribute class to provide the registry entries for asking the shell to manage the relationship between a nested file and its parent in the solution explorer

Namespace:   Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

System::Object
  System::Attribute
    Microsoft.VisualStudio.Shell::RegistrationAttribute
      Microsoft.VisualStudio.Modeling.Shell::ProvideRelatedFileAttribute

[CLSCompliantAttribute(false)]
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = true)]
public ref class ProvideRelatedFileAttribute sealed : RegistrationAttribute

NameDescription
System_CAPS_pubmethodProvideRelatedFileAttribute(String^, String^)

Create a new ProvideRelatedFile attribute

NameDescription
System_CAPS_pubpropertyChildExtension

The extension of the child file

System_CAPS_pubpropertyFileOptions

Options for how the related file is managed

System_CAPS_pubpropertyParentExtension

The extension of the parent file

System_CAPS_pubpropertyProjectSystem

The project system that this code generator is registered with

System_CAPS_pubpropertyTypeId

(Inherited from RegistrationAttribute.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticCSharpProjectGuid

Guid of the C# Project System

System_CAPS_pubfieldSystem_CAPS_staticVisualBasicProjectGuid

Guid of the Visual Basic Project System

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: