ProvideEditorLogicalViewAttribute Class

 

Adds a logical view to the editor created by an editor factory.

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.ProvideEditorLogicalViewAttribute

[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true, 
	Inherited = true)]
public sealed class ProvideEditorLogicalViewAttribute : RegistrationAttribute

NameDescription
System_CAPS_pubmethodProvideEditorLogicalViewAttribute(Object, String)

Initializes a new instance of ProvideEditorLogicalViewAttribute for the specified factory type and logical view.

NameDescription
System_CAPS_pubpropertyFactoryType

Gets the GUID of the factory type.

System_CAPS_pubpropertyIsTrusted

Gets or sets the trust flag for this logical view.

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: