PropertySettings Oluşturucular

Tanım

Aşırı Yüklemeler

PropertySettings()

PropertySettings sınıfının yeni bir örneğini başlatır.

PropertySettings(KeyValuePair<String,Object>[])

PropertySettings sınıfının yeni bir örneğini başlatır.

PropertySettings()

PropertySettings sınıfının yeni bir örneğini başlatır.

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

Şunlara uygulanır

PropertySettings(KeyValuePair<String,Object>[])

PropertySettings sınıfının yeni bir örneğini başlatır.

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

Parametreler

settings
KeyValuePair<String,Object>[]

Başlatılacak KeyValuePair dizisi

Şunlara uygulanır