NavigationTermSetItem.SetCustomizableStringCustomValue método
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (em Microsoft.SharePoint.Publishing.dll)
Sintaxe
'Declaração
Protected MustOverride Sub SetCustomizableStringCustomValue ( _
propertyId As Enum, _
customValue As String _
)
'Uso
Dim propertyId As Enum
Dim customValue As String
Me.SetCustomizableStringCustomValue(propertyId, _
customValue)
protected abstract void SetCustomizableStringCustomValue(
Enum propertyId,
string customValue
)
Parâmetros
- propertyId
Tipo: System.Enum
- customValue
Tipo: System.String