Visual Basic (Declaration) | |
---|---|
Function SetExtension( _ ByVal extensionType As Type _ ) As Object |
C# | |
---|---|
object SetExtension( Type extensionType ) |
C++/CLI | |
---|---|
Object^ SetExtension( Type^ extensionType ) |
Parameters
- extensionType
- allowed type of extension to set
Return Value
the instance of the extension that was createdTarget Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)