XLANGSecuredDebugMessage コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
XLANGSecuredDebugMessage(XLANGMessage, IDebugServerInstance) | |
XLANGSecuredDebugMessage(XLANGMessage, String, IDictionary, IDebugServerInstance) |
XLANGSecuredDebugMessage(XLANGMessage, IDebugServerInstance)
public:
XLANGSecuredDebugMessage(Microsoft::XLANGs::BaseTypes::XLANGMessage ^ message, Microsoft::XLANGs::RuntimeTypes::IDebugServerInstance ^ server);
public XLANGSecuredDebugMessage (Microsoft.XLANGs.BaseTypes.XLANGMessage message, Microsoft.XLANGs.RuntimeTypes.IDebugServerInstance server);
new Microsoft.XLANGs.RuntimeTypes.XLANGSecuredDebugMessage : Microsoft.XLANGs.BaseTypes.XLANGMessage * Microsoft.XLANGs.RuntimeTypes.IDebugServerInstance -> Microsoft.XLANGs.RuntimeTypes.XLANGSecuredDebugMessage
Public Sub New (message As XLANGMessage, server As IDebugServerInstance)
パラメーター
- message
- XLANGMessage
- server
- IDebugServerInstance
適用対象
XLANGSecuredDebugMessage(XLANGMessage, String, IDictionary, IDebugServerInstance)
public:
XLANGSecuredDebugMessage(Microsoft::XLANGs::BaseTypes::XLANGMessage ^ message, System::String ^ name, System::Collections::IDictionary ^ partMetadata, Microsoft::XLANGs::RuntimeTypes::IDebugServerInstance ^ server);
public XLANGSecuredDebugMessage (Microsoft.XLANGs.BaseTypes.XLANGMessage message, string name, System.Collections.IDictionary partMetadata, Microsoft.XLANGs.RuntimeTypes.IDebugServerInstance server);
new Microsoft.XLANGs.RuntimeTypes.XLANGSecuredDebugMessage : Microsoft.XLANGs.BaseTypes.XLANGMessage * string * System.Collections.IDictionary * Microsoft.XLANGs.RuntimeTypes.IDebugServerInstance -> Microsoft.XLANGs.RuntimeTypes.XLANGSecuredDebugMessage
Public Sub New (message As XLANGMessage, name As String, partMetadata As IDictionary, server As IDebugServerInstance)
パラメーター
- message
- XLANGMessage
- name
- String
- partMetadata
- IDictionary
- server
- IDebugServerInstance