Share via


OAProjectItem.FileCount Property

This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property FileCount As Short
public virtual short FileCount { get; }
public:
virtual property short FileCount {
    short get ();
}
abstract FileCount : int16
override FileCount : int16
function get FileCount () : short

Property Value

Type: System.Int16

Implements

ProjectItem.FileCount

.NET Framework Security

See Also

Reference

OAProjectItem Class

Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace