VCPropertySheet.FileFormat Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Property FileFormat As enumFileFormat
'Usage
Dim instance As VCPropertySheet 
Dim value As enumFileFormat 

value = instance.FileFormat

instance.FileFormat = value
enumFileFormat FileFormat { get; set; }
property enumFileFormat FileFormat {
    enumFileFormat get ();
    void set (enumFileFormat value);
}
function get FileFormat () : enumFileFormat 
function set FileFormat (value : enumFileFormat)

Property Value

Type: Microsoft.VisualStudio.VCProjectEngine.enumFileFormat

.NET Framework Security

See Also

Reference

VCPropertySheet Interface

VCPropertySheet Members

Microsoft.VisualStudio.VCProjectEngine Namespace