다음을 통해 공유


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.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)

Syntax

‘선언
Public ReadOnly Property ContainingTypeName As String
    Get
public string ContainingTypeName { get; }
public:
property String^ ContainingTypeName {
    String^ get ();
}
member ContainingTypeName : string
function get ContainingTypeName () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ResolvedMethod Class

Microsoft.VisualStudio.IntelliTrace Namespace