Constants.vsMiscFilesProjectUniqueName 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 the Miscellaneous files project. Can be used to index the Solution.Projects
object, such as: DTE.Solution.Projects.Item(vsMiscFilesProjectUniqueName)
.
public: System::String ^ vsMiscFilesProjectUniqueName;
std::wstring vsMiscFilesProjectUniqueName;
public const string vsMiscFilesProjectUniqueName;
val mutable vsMiscFilesProjectUniqueName : string
Public Const vsMiscFilesProjectUniqueName As String