Share via


ResolvedMethod.ContainingTypeName Property

Gets the containing type name (including namespace). If the containing type cannot be retrieved, an empty string is returned.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public ReadOnly Property ContainingTypeName As String
public string ContainingTypeName { get; }
public:
property String^ ContainingTypeName {
    String^ get ();
}
member ContainingTypeName : string with get
function get ContainingTypeName () : String

Property Value

Type: String

.NET Framework Security

See Also

Reference

ResolvedMethod Class

Microsoft.VisualStudio.IntelliTrace Namespace