SharedSettingsAttribute Class

Visual Studio 2015
 

This attribute, when applied to the class returned from the AutomationObject property of a DialogPage subclass, enables the object's properties to be shared with other apps and online.

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

System.Object
  System.Attribute
    Microsoft.VisualStudio.Shell.SharedSettingsAttribute

[AttributeUsageAttribute(AttributeTargets.Class | AttributeTargets.Property, 
	AllowMultiple = false, Inherited = true)]
public sealed class SharedSettingsAttribute : Attribute

NameDescription
System_CAPS_pubmethodSharedSettingsAttribute(String, Boolean)

Initializes a new instance of SharedSettingsAttribute with the specified name.

System_CAPS_pubmethodSharedSettingsAttribute(String, Type)

Initializes a new instance of SharedSettingsAttribute with the specified name.

NameDescription
System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

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_pubmethodToString()

(Inherited from Object.)

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: