ProjectBaseTypesInSolution.Types Property
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.
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)