ComUdtElement Constructors
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.
Initializes a new instance of the ComUdtElement class.
Overloads
ComUdtElement() |
Initializes a new instance of the ComUdtElement class. |
ComUdtElement(String) |
Initializes a new instance of the ComUdtElement class with the specified GUID string. |
ComUdtElement()
Initializes a new instance of the ComUdtElement class.
public:
ComUdtElement();
public ComUdtElement ();
Public Sub New ()
Applies to
ComUdtElement(String)
Initializes a new instance of the ComUdtElement class with the specified GUID string.
public:
ComUdtElement(System::String ^ typeDefID);
public ComUdtElement (string typeDefID);
new System.ServiceModel.Configuration.ComUdtElement : string -> System.ServiceModel.Configuration.ComUdtElement
Public Sub New (typeDefID As String)
Parameters
- typeDefID
- String
A GUID string that identifies the specific UDT type within the registered type library.