StoreLogPropertyInstance<T> 构造函数

定义

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)

参数

value
T

适用于