SettingValueMetaData(Guid) Constructor

Definition

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.

Applies to