Uses of Class
system.collections.specialized.StringCollection
-
-
Uses of StringCollection in microsoft.visualbasic.myservices
Methods in microsoft.visualbasic.myservices that return StringCollection Modifier and Type Method Description StringCollection
ClipboardProxy. GetFileDropList()
Methods in microsoft.visualbasic.myservices with parameters of type StringCollection Modifier and Type Method Description void
ClipboardProxy. SetFileDropList(StringCollection filePaths)
-
Uses of StringCollection in system.codedom
Methods in system.codedom that return StringCollection Modifier and Type Method Description StringCollection
CodeCompileUnit. getReferencedAssemblies()
-
Uses of StringCollection in system.codedom.compiler
Methods in system.codedom.compiler that return StringCollection Modifier and Type Method Description StringCollection
CompilerParameters. getEmbeddedResources()
StringCollection
CompilerParameters. getLinkedResources()
StringCollection
CompilerResults. getOutput()
StringCollection
CompilerParameters. getReferencedAssemblies()
-
Uses of StringCollection in system.collections.specialized
Methods in system.collections.specialized that return StringCollection Modifier and Type Method Description static StringCollection
StringCollection. cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoStringCollection
, a cast assert is made to check if types are compatible. -
Uses of StringCollection in system.configuration
Subclasses of StringCollection in system.configuration Modifier and Type Class Description class
CommaDelimitedStringCollection
The base .NET class managing System.Configuration.CommaDelimitedStringCollection, System.Configuration.ConfigurationManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51. -
Uses of StringCollection in system.directoryservices
Methods in system.directoryservices that return StringCollection Modifier and Type Method Description StringCollection
DirectorySearcher. getPropertiesToLoad()
-
Uses of StringCollection in system.directoryservices.activedirectory
Methods in system.directoryservices.activedirectory that return StringCollection Modifier and Type Method Description StringCollection
ForestTrustRelationshipInformation. getExcludedTopLevelNames()
-
Uses of StringCollection in system.printing
Methods in system.printing that return StringCollection Modifier and Type Method Description StringCollection
PrintSystemObjectPropertiesChangedEventArgs. getPropertiesNames()
Constructors in system.printing with parameters of type StringCollection Constructor Description PrintSystemObjectPropertiesChangedEventArgs(StringCollection events)
-
Uses of StringCollection in system.windows
Methods in system.windows that return StringCollection Modifier and Type Method Description static StringCollection
Clipboard. GetFileDropList()
StringCollection
DataObject. GetFileDropList()
Methods in system.windows with parameters of type StringCollection Modifier and Type Method Description static void
Clipboard. SetFileDropList(StringCollection fileDropList)
void
DataObject. SetFileDropList(StringCollection fileDropList)
-
Uses of StringCollection in system.windows.forms
Methods in system.windows.forms that return StringCollection Modifier and Type Method Description static StringCollection
Clipboard. GetFileDropList()
StringCollection
DataObject. GetFileDropList()
Methods in system.windows.forms with parameters of type StringCollection Modifier and Type Method Description static void
Clipboard. SetFileDropList(StringCollection filePaths)
void
DataObject. SetFileDropList(StringCollection filePaths)
-
Uses of StringCollection in system.xml.serialization
Methods in system.xml.serialization that return StringCollection Modifier and Type Method Description StringCollection
ImportContext. getWarnings()
-