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 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
'Declaration
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.