Delen via


OAProjectItem.get_FileNames Method

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 Function get_FileNames ( _
    index As Short _
) As String
public virtual string get_FileNames(
    short index
)
public:
virtual String^ get_FileNames(
    short index
)
abstract get_FileNames : 
        index:int16 -> string 
override get_FileNames : 
        index:int16 -> string 
public function get_FileNames(
    index : short
) : String

Parameters

Return Value

Type: System.String
The full path of the associated item.

Remarks

Exceptions: ArgumentOutOfRangeException is thrown if index is not one.

.NET Framework Security

See Also

Reference

OAProjectItem Class

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