StoreLogPropertyInstance<T>(StoreLogPropertyDefinition<T>, T) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
StoreLogPropertyInstance(Microsoft::VisualStudio::Settings::StoreLogPropertyDefinition<T> ^ definition, T value);
public StoreLogPropertyInstance (Microsoft.VisualStudio.Settings.StoreLogPropertyDefinition<T> definition, T value);
new Microsoft.VisualStudio.Settings.StoreLogPropertyInstance<'T> : Microsoft.VisualStudio.Settings.StoreLogPropertyDefinition<'T> * 'T -> Microsoft.VisualStudio.Settings.StoreLogPropertyInstance<'T>
Public Sub New (definition As StoreLogPropertyDefinition(Of T), value As T)
Parâmetros
- definition
- StoreLogPropertyDefinition<T>
- value
- T