ProvideSettingAttribute Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
| ProvideSettingAttribute(String, SettingScope, SettingStorage) |
Инициализирует новый экземпляр одного или нескольких параметров для совместного использования. |
| ProvideSettingAttribute(String, SettingScope, SettingStorage, String, String, String, String, String) |
ProvideSettingAttribute(String, SettingScope, SettingStorage)
Инициализирует новый экземпляр одного или нескольких параметров для совместного использования.
public:
ProvideSettingAttribute(System::String ^ name, Microsoft::VisualStudio::Shell::SettingScope scope, Microsoft::VisualStudio::Shell::SettingStorage storage);
public:
ProvideSettingAttribute(Platform::String ^ name, Microsoft::VisualStudio::Shell::SettingScope scope, Microsoft::VisualStudio::Shell::SettingStorage storage);
ProvideSettingAttribute(std::wstring const & name, Microsoft::VisualStudio::Shell::SettingScope scope, Microsoft::VisualStudio::Shell::SettingStorage storage);
public ProvideSettingAttribute (string name, Microsoft.VisualStudio.Shell.SettingScope scope, Microsoft.VisualStudio.Shell.SettingStorage storage);
new Microsoft.VisualStudio.Shell.ProvideSettingAttribute : string * Microsoft.VisualStudio.Shell.SettingScope * Microsoft.VisualStudio.Shell.SettingStorage -> Microsoft.VisualStudio.Shell.ProvideSettingAttribute
Public Sub New (name As String, scope As SettingScope, storage As SettingStorage)
Параметры
- name
- String
Имя параметра. Поддерживаются подстановочные знаки, такие как MyCompany. Мифеатуре. *
- scope
- SettingScope
Область.
- storage
- SettingStorage
Гарантия.
Применяется к
ProvideSettingAttribute(String, SettingScope, SettingStorage, String, String, String, String, String)
public:
ProvideSettingAttribute(System::String ^ name, Microsoft::VisualStudio::Shell::SettingScope scope, Microsoft::VisualStudio::Shell::SettingStorage storage, System::String ^ packageGuid, System::String ^ nameResourceId, System::String ^ descriptionResourceId, System::String ^ searchKeywordsResourceId, System::String ^ jsonSchemaResourceId);
public ProvideSettingAttribute (string name, Microsoft.VisualStudio.Shell.SettingScope scope, Microsoft.VisualStudio.Shell.SettingStorage storage, string packageGuid, string nameResourceId, string descriptionResourceId, string searchKeywordsResourceId, string jsonSchemaResourceId);
new Microsoft.VisualStudio.Shell.ProvideSettingAttribute : string * Microsoft.VisualStudio.Shell.SettingScope * Microsoft.VisualStudio.Shell.SettingStorage * string * string * string * string * string -> Microsoft.VisualStudio.Shell.ProvideSettingAttribute
Public Sub New (name As String, scope As SettingScope, storage As SettingStorage, packageGuid As String, nameResourceId As String, descriptionResourceId As String, searchKeywordsResourceId As String, jsonSchemaResourceId As String)
Параметры
- name
- String
- scope
- SettingScope
- storage
- SettingStorage
- packageGuid
- String
- nameResourceId
- String
- descriptionResourceId
- String
- searchKeywordsResourceId
- String
- jsonSchemaResourceId
- String