IPublishFileCollection.Count Property

Gets the number of files in the collection.

Namespace:  Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly:  Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)

Syntax

‘선언
ReadOnly Property Count As Integer
    Get
‘사용 방법
Dim instance As IPublishFileCollection
Dim value As Integer

value = instance.Count
int Count { get; }
property int Count {
    int get ();
}
abstract Count : int
function get Count () : int

Property Value

Type: System.Int32
The number of files in the collection.

.NET Framework Security

See Also

Reference

IPublishFileCollection Interface

IPublishFileCollection Members

Microsoft.VisualStudio.ManagedInterfaces.Publish Namespace