ReflectionTypeName.GetReflectionAttributeType Method

Definition

Assuming the typename is an attribute, returns the Type that this typename represents.

public:
 virtual Type ^ GetReflectionAttributeType();
public:
 Platform::Type ^ GetReflectionAttributeType();
public Type GetReflectionAttributeType ();
abstract member GetReflectionAttributeType : unit -> Type
override this.GetReflectionAttributeType : unit -> Type
Public Function GetReflectionAttributeType () As Type

Returns

Implements

Applies to