FileDataValue(Guid, String, Object, String, String) 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.
Initializes a new instance of the FileDataValue class.
public FileDataValue (Guid type, string name, object value, string target = default, string context = default);
public FileDataValue (Guid type, string name, object? value, string? target = default, string? context = default);
new Microsoft.VisualStudio.Workspace.Indexing.FileDataValue : Guid * string * obj * string * string -> Microsoft.VisualStudio.Workspace.Indexing.FileDataValue
Public Sub New (type As Guid, name As String, value As Object, Optional target As String = Nothing, Optional context As String = Nothing)
Parameters
- type
- Guid
The type of this data value
- name
- String
Name of the entry
- value
- Object
Value entry(can be null)
- target
- String
The target of this value (or null)
- context
- String
The context of this value (or null)