PropertySettings Constructors

Definition

Overloads

PropertySettings()

Initializes a new instance of the PropertySettings class.

PropertySettings(KeyValuePair<String,Object>[])

Initializes a new instance of the PropertySettings class.

PropertySettings()

Initializes a new instance of the PropertySettings class.

public:
 PropertySettings();
public:
 PropertySettings();
 PropertySettings();
public PropertySettings ();
Public Sub New ()

Applies to

PropertySettings(KeyValuePair<String,Object>[])

Initializes a new instance of the PropertySettings class.

public:
 PropertySettings(... cli::array <System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ settings);
public PropertySettings (params System.Collections.Generic.KeyValuePair<string,object>[] settings);
new Microsoft.VisualStudio.Workspace.PropertySettings : System.Collections.Generic.KeyValuePair<string, obj>[] -> Microsoft.VisualStudio.Workspace.PropertySettings
Public Sub New (ParamArray settings As KeyValuePair(Of String, Object)())

Parameters

settings
KeyValuePair<String,Object>[]

Array of KeyValuePair to initialize

Applies to