IsCodeFileRequestEventArgs.FullFileName Property

Gets the full name of the file the project system is querying about.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Property FullFileName As String
    Get
    Private Set
'Usage
Dim instance As IsCodeFileRequestEventArgs
Dim value As String

value = instance.FullFileName
public string FullFileName { get; private set; }
public:
property String^ FullFileName {
    String^ get ();
    private: void set (String^ value);
}
function get FullFileName () : String
private function set FullFileName (value : String)
member FullFileName : string with get, private set

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IsCodeFileRequestEventArgs Class

IsCodeFileRequestEventArgs Members

Microsoft.VisualStudio.Data.Schema.Project.Project Namespace