PipelineManager.CreateComponent(String) 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:
static Microsoft::BizTalk::Component::Interop::IBaseComponent ^ CreateComponent(System::String ^ typeNameOrClsid);
public static Microsoft.BizTalk.Component.Interop.IBaseComponent CreateComponent (string typeNameOrClsid);
static member CreateComponent : string -> Microsoft.BizTalk.Component.Interop.IBaseComponent
Public Shared Function CreateComponent (typeNameOrClsid As String) As IBaseComponent
Parameters
- typeNameOrClsid
- String