IDebugConsoleWindow.SetToolWindowProperties 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.
public:
int SetToolWindowProperties(System::String ^ lpszToolWindowTitle, System::UInt32 dwBitmapResourceId, System::UInt32 dwBitmapIndex, Guid % guidToolWindowId);
public int SetToolWindowProperties(string lpszToolWindowTitle, uint dwBitmapResourceId, uint dwBitmapIndex, ref Guid guidToolWindowId);
abstract member SetToolWindowProperties : string * uint32 * uint32 * Guid -> int
Public Function SetToolWindowProperties (lpszToolWindowTitle As String, dwBitmapResourceId As UInteger, dwBitmapIndex As UInteger, ByRef guidToolWindowId As Guid) As Integer
Parameters
- lpszToolWindowTitle
- String
- dwBitmapResourceId
- UInt32
- dwBitmapIndex
- UInt32
- guidToolWindowId
- Guid