ProvideEditorFactoryAttribute Class

 

This attribute declares that the VSPackage provides 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.ProvideEditorFactoryAttribute

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

NameDescription
System_CAPS_pubmethodProvideEditorFactoryAttribute(Type, Int16)

This constructor creates a new ProvideEditorFactoryAttribute object.

NameDescription
System_CAPS_pubpropertyCommonPhysicalViewAttributes

Gets or sets the default __VSPHYSICALVIEWATTRIBUTES for physical views supported by the editor. Any physical views not listed in the PhysicalViewAttributes sub-key use these attributes.

System_CAPS_pubpropertyFactoryType

Gets the editor factory type.

System_CAPS_pubpropertyNameResourceID

Gets resource ID.

System_CAPS_pubpropertyTrustLevel

Gets or sets the trust level for the editor.

System_CAPS_pubpropertyTypeId

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

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Attribute.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Attribute.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from Attribute.)

System_CAPS_pubmethodMatch(Object)

(Inherited from Attribute.)

System_CAPS_pubmethodRegister(RegistrationAttribute.RegistrationContext)

Called to register this attribute with the given context.(Overrides RegistrationAttribute.Register(RegistrationAttribute.RegistrationContext).)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodUnregister(RegistrationAttribute.RegistrationContext)

Called to un-register this attribute with the given context.(Overrides RegistrationAttribute.Unregister(RegistrationAttribute.RegistrationContext).)

Multiple editor factories can be associated with the same VSPackage.

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: