Constants.vsSolutionItemsProjectUniqueName Field
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.
The unique name for projects in the solution. Can be used to index the SolutionClass object's Projects collection, such as: DTE.Solution.Projects.Item(vsProjectsKindSolution)
.
public: System::String ^ vsSolutionItemsProjectUniqueName;
std::wstring vsSolutionItemsProjectUniqueName;
public const string vsSolutionItemsProjectUniqueName;
val mutable vsSolutionItemsProjectUniqueName : string
Public Const vsSolutionItemsProjectUniqueName As String