<CodeSnippet Format="1.1.0" xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
  <Header>
    <Title>spappiframe</Title>
    <Author>Microsoft Corporation</Author>
    <Shortcut>spif</Shortcut>
    <Description>Fragmento de código de marcado para un control SPAppIFrame de SharePoint</Description>
    <SnippetTypes>
      <SnippetType>Expansion</SnippetType>
    </SnippetTypes>
  </Header>
  <Snippet>
    <Declarations>
      <Literal>
        <ID>srcUrl</ID>
        <ToolTip>Dirección URL de la página que se va a mostrar en un AppIFrame</ToolTip>
        <Default>http://example.com/MyPage.aspx</Default>
      </Literal>
    </Declarations>
    <Code Language="html"><![CDATA[<SharePoint:SPAppIFrame runat="server" src="$srcUrl$"></SharePoint:SPAppIFrame>$end$]]></Code>
  </Snippet>
</CodeSnippet>
