Templates Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents all of the templates in the current project.
C++
public interface class Templates : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("30C96324-A117-4618-A9A9-0B06EC455121")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface Templates : System.Collections.IEnumerable
[System.Runtime.InteropServices.Guid("30C96324-A117-4618-A9A9-0B06EC455121")]
public interface Templates : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("30C96324-A117-4618-A9A9-0B06EC455121")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type Templates = interface
interface IEnumerable
[<System.Runtime.InteropServices.Guid("30C96324-A117-4618-A9A9-0B06EC455121")>]
type Templates = interface
interface IEnumerable
Public Interface Templates
Implements IEnumerable
- Attributes
- Implements
Count |
Gets the number of templates in the collection. |
Item[Int32] |
Represents a specific template in the Templates collection. |
Get |
Returns an enumeration for items in a collection. |
Produkt | Verzie |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |