VCCodeModel::AddUsingAlias Method (String^, Object^, Object^, Object^, vsCMAccess)
Visual Studio 2015
Adds a using alias.
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
VCCodeUsingAlias^ AddUsingAlias( String^ Name, Object^ Location, Object^ Type, Object^ Position, vsCMAccess Access = vsCMAccess::vsCMAccessDefault )
Parameters
- Name
-
Type:
System::String^
The name.
- Location
-
Type:
System::Object^
The location.
- Type
-
Type:
System::Object^
The type.
- Position
-
Type:
System::Object^
The position.
- Access
-
Type:
EnvDTE::vsCMAccess
The access.
Show: