VisualBasicProjectFileManagerProjectGuid Property
Gets or sets the project GUID.
Namespace: DevCase.Core.Diagnostics.VisualStudio.SolutionAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public Guid ProjectGuid { get; set; }
Public Property ProjectGuid As Guid
Get
Set
Dim instance As VisualBasicProjectFileManager
Dim value As Guid
value = instance.ProjectGuid
instance.ProjectGuid = value
public:
property Guid ProjectGuid {
Guid get ();
void set (Guid value);
}
member ProjectGuid : Guid with get, set
No code example is currently available or this language may not be supported.
Property Value
Guid
The project GUID.
This is a code example.
No code example is currently available or this language may not be supported.
Dim vbproj As New VisualBasicProjectFileManager("C:\project.vbproj")
vbproj.ProjectGuid = New Guid("C370C005-08CA-4DD2-9902-4AB984F49818"}
vbproj.Document.Save("C:\modified.vbproj", SaveOptions.None)
Process.Start("notepad.exe", "C:\modified.vbproj")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.