DiagnosticsInformation.GetAttributes Method

Definition

Gets a copy of all the attributes.

public:
 System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ GetAttributes();
public System.Collections.Generic.IDictionary<string,string> GetAttributes ();
member this.GetAttributes : unit -> System.Collections.Generic.IDictionary<string, string>
Public Function GetAttributes () As IDictionary(Of String, String)

Returns

IDictionary<String,String>

Returns a copy of all the attributes.

Applies to