Поделиться через


VCCustomBuildRule.FileExtensions - свойство

Gets or sets the file extensions used to associate the build rule with new files added to the project.

Пространство имен:  Microsoft.VisualStudio.VCProjectEngine
Сборка:  Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)

Синтаксис

'Декларация
Property FileExtensions As String
'Применение
Dim instance As VCCustomBuildRule
Dim value As String

value = instance.FileExtensions

instance.FileExtensions = value
string FileExtensions { get; set; }
property String^ FileExtensions {
    String^ get ();
    void set (String^ value);
}
function get FileExtensions () : String
function set FileExtensions (value : String)

Значение свойства

Тип: System.String

The file extensions used to associate the build rule with new files added to the project.

Разрешения

  • Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.

См. также

Ссылки

VCCustomBuildRule Интерфейс

VCCustomBuildRule - члены

Microsoft.VisualStudio.VCProjectEngine - пространство имен