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
- index
Type: System.Int16
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
- 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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace