Sdílet prostřednictvím


ISharePointProjectCollection.Item – vlastnost

Načte instance SharePoint projektu pomocí cesty zadaný projekt.

Obor názvů:  Microsoft.VisualStudio.SharePoint
Sestavení:  Microsoft.VisualStudio.SharePoint (v Microsoft.VisualStudio.SharePoint.dll)

Syntaxe

'Deklarace
ReadOnly Default Property Item ( _
    fullPath As String _
) As ISharePointProject
ISharePointProject this[
    string fullPath
] { get; }

Parametry

  • fullPath
    Typ: System.String
    Úplná cesta pro požadovaný projekt.

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.SharePoint.ISharePointProject
Instanci SharePoint projektu, pokud je nalezen; nullodkaz null (Nothing v jazyce Visual Basic)jinak.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ISharePointProjectCollection Rozhraní

Microsoft.VisualStudio.SharePoint – obor názvů