MetadataBuilder.AddMarshallingDescriptor(EntityHandle, BlobHandle) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
向字段或参数添加封送信息。
public:
void AddMarshallingDescriptor(System::Reflection::Metadata::EntityHandle parent, System::Reflection::Metadata::BlobHandle descriptor);
public void AddMarshallingDescriptor (System.Reflection.Metadata.EntityHandle parent, System.Reflection.Metadata.BlobHandle descriptor);
member this.AddMarshallingDescriptor : System.Reflection.Metadata.EntityHandle * System.Reflection.Metadata.BlobHandle -> unit
Public Sub AddMarshallingDescriptor (parent As EntityHandle, descriptor As BlobHandle)
参数
- parent
- EntityHandle
父级实体句柄,可以是以下项之一:ParameterHandle 或 FieldDefinitionHandle。
- descriptor
- BlobHandle
描述符 blob。
例外
parent
没有预期的句柄类型。
注解
可以按任意顺序添加条目。 序列化时会自动对表进行排序。