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
- 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
IsCodeFileRequestEventArgs Class
IsCodeFileRequestEventArgs Members
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace