DefaultEditorOptionValueAttribute(Object) Oluşturucu

Tanım

Bir düzenleyici seçeneğinin varsayılan değerini tanımlamak için özniteliği.

public:
 DefaultEditorOptionValueAttribute(System::Object ^ defaultEditorOptionValue);
public DefaultEditorOptionValueAttribute (object defaultEditorOptionValue);
new Microsoft.VisualStudio.Utilities.BaseUtility.DefaultEditorOptionValueAttribute : obj -> Microsoft.VisualStudio.Utilities.BaseUtility.DefaultEditorOptionValueAttribute
Public Sub New (defaultEditorOptionValue As Object)

Parametreler

defaultEditorOptionValue
Object

Düzenleyici seçeneğinin bir bileşen tarafından ayarlanmadan önce sahip olması gereken varsayılan değer. , Düzenleyici seçeneğinin aynı türde olmalıdır. Yalnızca değer türleri ve dizeler desteklenir

Özel durumlar

defaultEditorOptionValue null.

Şunlara uygulanır