ConstructorInfoWrapper.GetCustomAttributesData Method

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

‘선언
Public Overridable Function GetCustomAttributesData As IList(Of CustomAttributeData)
‘사용 방법
Dim instance As ConstructorInfoWrapper
Dim returnValue As IList(Of CustomAttributeData)

returnValue = instance.GetCustomAttributesData()
public virtual IList<CustomAttributeData> GetCustomAttributesData()
public:
virtual IList<CustomAttributeData^>^ GetCustomAttributesData()
abstract GetCustomAttributesData : unit -> IList<CustomAttributeData> 
override GetCustomAttributesData : unit -> IList<CustomAttributeData> 
public function GetCustomAttributesData() : IList<CustomAttributeData>

Return Value

Type: System.Collections.Generic.IList<CustomAttributeData>

.NET Framework Security

See Also

Reference

ConstructorInfoWrapper Class

ConstructorInfoWrapper Members

Microsoft.VisualStudio.Shell.Design Namespace