Freigeben über


Compilation.CreatePointerTypeSymbol(ITypeSymbol) Methode

Definition

Gibt ein neues IPointerTypeSymbol zurück, das einen Zeigertyp darstellt, der an einen Typ in dieser Kompilierung gebunden ist.

public:
 Microsoft::CodeAnalysis::IPointerTypeSymbol ^ CreatePointerTypeSymbol(Microsoft::CodeAnalysis::ITypeSymbol ^ pointedAtType);
public Microsoft.CodeAnalysis.IPointerTypeSymbol CreatePointerTypeSymbol (Microsoft.CodeAnalysis.ITypeSymbol pointedAtType);
member this.CreatePointerTypeSymbol : Microsoft.CodeAnalysis.ITypeSymbol -> Microsoft.CodeAnalysis.IPointerTypeSymbol
Public Function CreatePointerTypeSymbol (pointedAtType As ITypeSymbol) As IPointerTypeSymbol

Parameter

pointedAtType
ITypeSymbol

Gibt zurück

Ausnahmen

Wenn die Kompilierung eine VisualBasic-Kompilierung ist.

Gilt für: