DocumentLaunch.CreatePowerPointStoryboard Method

Namespace:  Microsoft.TeamFoundation.OfficeIntegration.Client
Assembly:  Microsoft.TeamFoundation.OfficeIntegration.Common (in Microsoft.TeamFoundation.OfficeIntegration.Common.dll)

Syntax

'Declaration
Public Shared Sub CreatePowerPointStoryboard ( _
    projectCollectionUrl As String, _
    linkedWorkItemIds As Integer() _
)
public static void CreatePowerPointStoryboard(
    string projectCollectionUrl,
    int[] linkedWorkItemIds
)
public:
static void CreatePowerPointStoryboard(
    String^ projectCollectionUrl, 
    array<int>^ linkedWorkItemIds
)
static member CreatePowerPointStoryboard : 
        projectCollectionUrl:string * 
        linkedWorkItemIds:int[] -> unit
public static function CreatePowerPointStoryboard(
    projectCollectionUrl : String, 
    linkedWorkItemIds : int[]
)

Parameters

.NET Framework Security

See Also

Reference

DocumentLaunch Class

Microsoft.TeamFoundation.OfficeIntegration.Client Namespace