ThemeChangedEventArgs.Message Property
Gets or sets a theme message or name indicating a theme has changed.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Property Message As Integer
public int Message { get; private set; }
public:
property int Message {
int get ();
private: void set (int value);
}
member Message : int with get, private set
function get Message () : int
private function set Message (value : int)
Property Value
Type: Int32
Returns the message.
.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.