MetadataObject.ResolveInvalidAttribute Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Shared Sub ResolveInvalidAttribute ( _
attributeName As String, _
attributeValue As String, _
xmlReader As XmlReader, _
context As ParseContext _
)
'Usage
Dim attributeName As String
Dim attributeValue As String
Dim xmlReader As XmlReader
Dim context As ParseContext
MetadataObject.ResolveInvalidAttribute(attributeName, _
attributeValue, xmlReader, context)
protected static void ResolveInvalidAttribute(
string attributeName,
string attributeValue,
XmlReader xmlReader,
ParseContext context
)
Parameters
- attributeName
Type: System.String
- attributeValue
Type: System.String
- xmlReader
Type: System.Xml.XmlReader
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace