SettingValueMetaData(Guid) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Additional information about a setting value.
public SettingValueMetaData(Guid ChangeSource);
new Microsoft.VisualStudio.RpcContracts.UnifiedSettings.SettingValueMetaData : Guid -> Microsoft.VisualStudio.RpcContracts.UnifiedSettings.SettingValueMetaData
Public Sub New (ChangeSource As Guid)
Parameters
- ChangeSource
- Guid
The invariant ID of the component that caused the change, or Empty if the result is from a get value operation.