ToolWindowGuids80.SdmDesignerTransactions Field

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For internal debugging use only.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

‘선언
Public Const SdmDesignerTransactions As String
‘사용 방법
Dim value As String

value = ToolWindowGuids80.SdmDesignerTransactions
public const string SdmDesignerTransactions
public:
literal String^ SdmDesignerTransactions
static val mutable SdmDesignerTransactions: string
public const var SdmDesignerTransactions : String

Remarks

The GUID for this tool window that is usable in a .ctc file is:

#define guidSdmDesignerTransactions { 0x6F409264, 0x641B, 0x46E4, { 0x99, 0xA8, 0xF6, 0xB6, 0x56, 0x54, 0xAF, 0xF4 } }

This tool window is used for internal debugging purposes only.

.NET Framework Security

See Also

Reference

ToolWindowGuids80 Class

ToolWindowGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace