VisualBasicProjectFileManagerFileAlignment Property
Gets or sets the project's file alignment.
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 int FileAlignment { get; set; }
Public Property FileAlignment As Integer
Get
Set
Dim instance As VisualBasicProjectFileManager
Dim value As Integer
value = instance.FileAlignment
instance.FileAlignment = value
public:
property int FileAlignment {
int get ();
void set (int value);
}
member FileAlignment : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32
The project's file alignment.
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.FileAlignment = 512
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.