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
- 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.