SPWebPartManager.GetClassResourcePath - Méthode
Obtient l'URL complète d'un type de composant spécifié.
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Shared Function GetClassResourcePath ( _
web As SPWeb, _
webPartType As Type _
) As String
'Utilisation
Dim web As SPWeb
Dim webPartType As Type
Dim returnValue As String
returnValue = SPWebPartManager.GetClassResourcePath(web, _
webPartType)
public static string GetClassResourcePath(
SPWeb web,
Type webPartType
)
Paramètres
web
Type : Microsoft.SharePoint.SPWebUn site Web associé avec le composant WebPart.
webPartType
Type : System.TypeLe type d'un composant WebPart spécifié.
Valeur renvoyée
Type : System.String
L'URL complète d'un type de composant spécifié.
Remarques
Cette méthode retourne l'URL complète d'un type de composant spécifié.