HostAdapter.ReservedIdentifiers Method

Returns a collection of reserved identifiers.

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
Public Function ReservedIdentifiers ( _
    baseType As String _
) As IVstaIdentifierCollection
'Usage
Dim instance As HostAdapter 
Dim baseType As String 
Dim returnValue As IVstaIdentifierCollection 

returnValue = instance.ReservedIdentifiers(baseType)
public IVstaIdentifierCollection ReservedIdentifiers(
    string baseType
)
public:
IVstaIdentifierCollection^ ReservedIdentifiers(
    String^ baseType
)
public function ReservedIdentifiers(
    baseType : String
) : IVstaIdentifierCollection

Parameters

  • baseType
    Type: System.String

    The base type of the reserved identifiers.

Return Value

Type: Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop.IVstaIdentifierCollection
A collection of reserved identifiers.

Remarks

For more information, see IVstaIdentifierCollection.

.NET Framework Security

See Also

Reference

HostAdapter Class

HostAdapter Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace