RegisterEditorLogicalViewAttribute Class

 
Note: This API is now obsolete.

Adds a logical view to the editor created by an editor factory. This attribute has been deprecated. Please use ProvideEditorLogicalViewAttribute instead.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

System.Object
  System.Attribute
    Microsoft.VisualStudio.Shell.RegistrationAttribute
      Microsoft.VisualStudio.Shell.RegisterEditorLogicalViewAttribute

[ObsoleteAttribute("RegisterEditorLogicalViewAttribute has been deprecated. Please use ProvideEditorLogicalViewAttribute instead.")]
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true, 
	Inherited = true)]
public sealed class RegisterEditorLogicalViewAttribute : RegistrationAttribute

NameDescription
System_CAPS_pubmethodRegisterEditorLogicalViewAttribute(Object, String)

Initializes a new instance of RegisterEditorLogicalViewAttribute.

NameDescription
System_CAPS_pubpropertyFactoryType

Gets the GUID of the factory type.

System_CAPS_pubpropertyLogicalView

Gets the GUID of the logical view.

System_CAPS_pubpropertyTypeId

Gets the current instance of this attribute.(Inherited from RegistrationAttribute.)

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: