ImportContext.TypeIdentifiers Property

Definition

Gets a set of code entities to which the context applies.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::Xml::Serialization::CodeIdentifiers ^ TypeIdentifiers { System::Xml::Serialization::CodeIdentifiers ^ get(); };
public System.Xml.Serialization.CodeIdentifiers TypeIdentifiers { get; }
member this.TypeIdentifiers : System.Xml.Serialization.CodeIdentifiers
Public ReadOnly Property TypeIdentifiers As CodeIdentifiers

Property Value

A CodeIdentifiers that specifies the code entities to which the context applies.

Applies to