SharedSettingsAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public ref class SharedSettingsAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class SharedSettingsAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type SharedSettingsAttribute = class
inherit Attribute
Public NotInheritable Class SharedSettingsAttribute
Inherits Attribute
- Inheritance
-
SharedSettingsAttribute
- Attributes
Constructors
SharedSettingsAttribute(String, Boolean) |
Initializes a new instance of SharedSettingsAttribute with the specified name. |
SharedSettingsAttribute(String, Type) |
Initializes a new instance of SharedSettingsAttribute with the specified name. |