Gets or sets a value indicating which file types are automatically included in the project.
Namespace: Microsoft.VisualStudio.VCProject
Assembly: Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.dll)
Syntax
声明
Property ExtensionsToInclude As String
用法
Dim instance As IVCBuildOptionsPage
Dim value As String
value = instance.ExtensionsToInclude
instance.ExtensionsToInclude = value
string ExtensionsToInclude { get; set; }
property String^ ExtensionsToInclude {
String^ get ();
void set (String^ value);
}
function get ExtensionsToInclude () : String
function set ExtensionsToInclude (value : String)
Property Value
Type: System.String
File types automatically included in the project.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.