CSharpProjectConfigurationProperties3.FileAlignment 属性
此成员提供只能在内部进行的对 C# 项目配置属性的访问。 有关详细信息,请参阅访问特定于项目类型的项目、项目项和配置属性。
命名空间: VSLangProj80
程序集: VSLangProj80(在 VSLangProj80.dll 中)
语法
声明
Property FileAlignment As UInteger
uint FileAlignment { get; set; }
property unsigned int FileAlignment {
unsigned int get ();
void set (unsigned int value);
}
abstract FileAlignment : uint32 with get, set
function get FileAlignment () : uint
function set FileAlignment (value : uint)
属性值
类型:UInt32
备注
外部组件可以通过相应的 Visual Studio 自动化对象的 Properties 集合来访问这些属性。(即以下自动化对象:用于项目文件和文件夹的 ProjectItem、用于项目的 Project 和用于配置的 Configuration。) 此成员名称可作为访问 Properties 集合的索引器。 有关通过自动化访问项目属性的更多信息,请参见 访问特定于项目类型的项目、项目项和配置属性 和 如何:访问特定类型的项目的配置属性。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。