FileDataValue(Guid, String, Object, String, String) Constructor

Definition

Initializes a new instance of the FileDataValue class.

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)

Applies to