6 references to AttributeMetadata
System.DirectoryServices (6)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (6)
601
public System.DirectoryServices.ActiveDirectory.
AttributeMetadata
? this[string name] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
604
public void CopyTo(System.DirectoryServices.ActiveDirectory.
AttributeMetadata
[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1043
public System.DirectoryServices.ActiveDirectory.
AttributeMetadata
this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1044
public bool Contains(System.DirectoryServices.ActiveDirectory.
AttributeMetadata
metadata) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1045
public void CopyTo(System.DirectoryServices.ActiveDirectory.
AttributeMetadata
[] metadata, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1046
public int IndexOf(System.DirectoryServices.ActiveDirectory.
AttributeMetadata
metadata) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }