ProvideSettingAttribute Construtores

Definição

Sobrecargas

ProvideSettingAttribute(String, SettingScope, SettingStorage)

Inicializa uma nova instância de uma ou mais configurações a serem compartilhadas.

ProvideSettingAttribute(String, SettingScope, SettingStorage, String, String, String, String, String)

ProvideSettingAttribute(String, SettingScope, SettingStorage)

Inicializa uma nova instância de uma ou mais configurações a serem compartilhadas.

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)

Parâmetros

name
String

O nome da configuração. Há suporte para caracteres curinga, como MyCompany. MyFeature. *

scope
SettingScope

O escopo.

storage
SettingStorage

O garantia.

Aplica-se a

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)

Parâmetros

name
String
scope
SettingScope
storage
SettingStorage
packageGuid
String
nameResourceId
String
descriptionResourceId
String
searchKeywordsResourceId
String
jsonSchemaResourceId
String

Aplica-se a