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
'Déclaration
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
- 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.