ChangeSource Constructors
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.
Overloads
ChangeSource(ChangeSource) | |
ChangeSource(String, Guid) |
Describes the source of a setting value change. |
ChangeSource(ChangeSource)
protected ChangeSource (Microsoft.VisualStudio.RpcContracts.UnifiedSettings.ChangeSource original);
Protected Sub New (original As ChangeSource)
Parameters
- original
- ChangeSource
Applies to
ChangeSource(String, Guid)
Describes the source of a setting value change.
public ChangeSource (string Name, Guid Id);
new Microsoft.VisualStudio.RpcContracts.UnifiedSettings.ChangeSource : string * Guid -> Microsoft.VisualStudio.RpcContracts.UnifiedSettings.ChangeSource
Public Sub New (Name As String, Id As Guid)
Parameters
- Name
- String
The human-readable name of the change source.
- Id
- Guid
An invariant ID for the change source.