Share via


TransformationRunFactory.RegisterIpcChannel Method (String)

Namespace:  Microsoft.VisualStudio.TextTemplating.VSHost
Assembly:  Microsoft.VisualStudio.TextTemplating.VSHost.11.0 (in Microsoft.VisualStudio.TextTemplating.VSHost.11.0.dll)

Syntax

'Declaration
Public Shared Sub RegisterIpcChannel ( _
    portName As String _
)
public static void RegisterIpcChannel(
    string portName
)
public:
static void RegisterIpcChannel(
    String^ portName
)
static member RegisterIpcChannel : 
        portName:string -> unit
public static function RegisterIpcChannel(
    portName : String
)

Parameters

  • portName
    Type: String

.NET Framework Security

See Also

Reference

TransformationRunFactory Class

RegisterIpcChannel Overload

Microsoft.VisualStudio.TextTemplating.VSHost Namespace