VSTO code error in Visual Studio 2008

M

Memphis Monroe

VB.NET code to create custom layout
Dim customLayout As PowerPoint.CustomLayout =
presentation.SlideMaster.CustomLayouts.Item(PowerPoint.PpSlideLayout.ppLayoutTitle)

error while writing the same in C#
PowerPoint.customLayout ApressLayOut =
presentation.SlideMaster.CustomLayouts. ?

please anyone help me on this
 
Top