ProjectBaseTypesInSolution.Types Property

Definition

Project type and flavor GUIDs. Keys are relative paths to projects and values are the base type per project from the solution file.

public:
 property System::Collections::Generic::Dictionary<System::String ^, Guid> ^ Types { System::Collections::Generic::Dictionary<System::String ^, Guid> ^ get(); void set(System::Collections::Generic::Dictionary<System::String ^, Guid> ^ value); };
public System.Collections.Generic.Dictionary<string,Guid> Types { get; set; }
public System.Collections.Generic.Dictionary<string,Guid>? Types { get; set; }
member this.Types : System.Collections.Generic.Dictionary<string, Guid> with get, set
Public Property Types As Dictionary(Of String, Guid)

Property Value

Applies to