DiagnosticsInformation.GetAttributes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns a copy of all the attributes.