ICallHierarchyQuickInfoProviderData.MethodSignature Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.Language.CallHierarchy
Assembly: Microsoft.VisualStudio.Language.CallHierarchy (in Microsoft.VisualStudio.Language.CallHierarchy.dll)
Syntax
'Declaration
ReadOnly Property MethodSignature As String
Get
'Usage
Dim instance As ICallHierarchyQuickInfoProviderData
Dim value As String
value = instance.MethodSignature
string MethodSignature { get; }
property String^ MethodSignature {
String^ get ();
}
abstract MethodSignature : string
function get MethodSignature () : String
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
ICallHierarchyQuickInfoProviderData Interface