DotNetPartSchemaAttribute(String, String, Type, Type, String) Constructor
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:
DotNetPartSchemaAttribute(System::String ^ schema, System::String ^ root, Type ^ formatterTypeName, Type ^ reflectedTypeName, System::String ^ targetNameSpace);
public DotNetPartSchemaAttribute (string schema, string root, Type formatterTypeName, Type reflectedTypeName, string targetNameSpace);
new Microsoft.XLANGs.BaseTypes.DotNetPartSchemaAttribute : string * string * Type * Type * string -> Microsoft.XLANGs.BaseTypes.DotNetPartSchemaAttribute
Public Sub New (schema As String, root As String, formatterTypeName As Type, reflectedTypeName As Type, targetNameSpace As String)
Parameters
- schema
- String
- root
- String
- formatterTypeName
- Type
- reflectedTypeName
- Type
- targetNameSpace
- String