SchemaImporterExtension.ImportDefaultValue(String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
允许为正在导入的 XSD 类型指定默认值。
public:
virtual System::CodeDom::CodeExpression ^ ImportDefaultValue(System::String ^ value, System::String ^ type);
public virtual System.CodeDom.CodeExpression ImportDefaultValue (string value, string type);
abstract member ImportDefaultValue : string * string -> System.CodeDom.CodeExpression
override this.ImportDefaultValue : string * string -> System.CodeDom.CodeExpression
Public Overridable Function ImportDefaultValue (value As String, type As String) As CodeExpression
参数
- value
- String
原始 XSD 中的值。
- type
- String
XSD 类型名称。
返回
设置新默认值的 CodeExpression。
注解
若要控制代码的生成,必须使用命名空间中找到的 System.CodeDom 类。 有关详细信息,请参阅 使用 CodeDOM 和 CodeDOM 快速参考。