Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the function name of this stack frame.
Namespace: EnvDTE90a
Assembly: EnvDTE90a (in EnvDTE90a.dll)
Syntax
'Declaration
ReadOnly Default Property FunctionName As String
string this { get; }
property String^ default {
String^ get ();
}
abstract FunctionName : string with get
function get FunctionName () : String
Property Value
Type: System.String
The function name of this stack frame.
Remarks
See FunctionName.
.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.