OAProjectItem<T>.FileCount Property

Gets the number of files associated with this item.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overridable ReadOnly Property FileCount As Short
'使用
Dim instance As OAProjectItem
Dim value As Short

value = instance.FileCount
public virtual short FileCount { get; }
public:
virtual property short FileCount {
    short get ();
}
public function get FileCount () : short

Property Value

Type: System.Int16

When implemented by derived classes, the number of files associated with the item.

Implements

ProjectItemFileCount()

Remarks

By default returns 1.

Permissions

See Also

Reference

OAProjectItem<T> Class

OAProjectItem<T> Members

Microsoft.VisualStudio.Package.Automation Namespace